diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-28 00:34:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-28 00:34:03 +0800 |
commit | b020d3391093800c7281200dbe6a9edecb221191 (patch) | |
tree | 0f48ee4c0891b9281ba8b1494b97348198830b6a /sysutils | |
parent | 4257105550d407513d51431d7dfc915b0d62cd58 (diff) | |
download | freebsd-ports-gnome-b020d3391093800c7281200dbe6a9edecb221191.tar.gz freebsd-ports-gnome-b020d3391093800c7281200dbe6a9edecb221191.tar.zst freebsd-ports-gnome-b020d3391093800c7281200dbe6a9edecb221191.zip |
Use libtool and strip shared library
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/afflib/Makefile | 4 | ||||
-rw-r--r-- | sysutils/afflib/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 580f1500bcd8..4090ed0565d0 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -3,6 +3,7 @@ PORTNAME= afflib PORTVERSION= 3.7.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/ @@ -16,8 +17,9 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ USE_LDCONFIG= yes USE_OPENSSL= yes -USES= fuse pathfix +USES= fuse libtool:keepla pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-s3=yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/sysutils/afflib/pkg-plist b/sysutils/afflib/pkg-plist index 0bba57915996..b6cbede316a8 100644 --- a/sysutils/afflib/pkg-plist +++ b/sysutils/afflib/pkg-plist @@ -21,6 +21,7 @@ lib/libafflib.a lib/libafflib.la lib/libafflib.so lib/libafflib.so.0 +lib/libafflib.so.0.0.0 libdata/pkgconfig/afflib.pc man/man1/affcat.1.gz @dirrm include/afflib |