forked from ports/contrib
libmcrypt: corrected mandir
This commit is contained in:
parent
3c49887af8
commit
969b3e21c1
@ -11,9 +11,9 @@ lrwxrwxrwx root/root usr/lib/libmcrypt.so -> libmcrypt.so.4.4.8
|
||||
lrwxrwxrwx root/root usr/lib/libmcrypt.so.4 -> libmcrypt.so.4.4.8
|
||||
-rwxr-xr-x root/root usr/lib/libmcrypt.so.4.4.8
|
||||
drwxr-xr-x root/root usr/lib/libmcrypt/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/mcrypt.3.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/libmcrypt.m4
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/mcrypt.3.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y+ENIb2HhwKlQSqmqYFIQ4uWKkLoogZyFmr3lmr6XKQqIg5pOyaETL2LkbGqkDf/pmFDEhk+QVku6S8SbxZaQM=
|
||||
SHA256 (Pkgfile) = 9c022b5c62e869dd9684aa79f3467ded482591bc588008c0b21d8d53b5784e1f
|
||||
SHA256 (.footprint) = d16e5c3d63654949147b4e6d565f2e8e2a0af0a6c7e2702406cbe04d2c8492db
|
||||
RWSagIOpLGJF3zmAZqDCQI9ilOC4CegYiJr7bfUcvKQZGKm5XXB4tDJAefwPF8T6VD5h1rW5FIQb3CR1s4OKbecv98VPGuMwngk=
|
||||
SHA256 (Pkgfile) = 82551342cb308b5690817f7a9f4bd4c15b90bb82b2cfd8aca1c18a5fa110c728
|
||||
SHA256 (.footprint) = 1612eee1529cf2bf17f428d34bc6e2f264ce336593ebfca79c25681713d5670a
|
||||
SHA256 (libmcrypt-2.5.8.tar.gz) = e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=libmcrypt
|
||||
version=2.5.8
|
||||
release=2
|
||||
release=3
|
||||
source=(http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$version/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -13,6 +13,7 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--disable-posix-threads
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user