diff options
author | jhale <jhale@FreeBSD.org> | 2014-06-28 21:08:47 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-06-28 21:08:47 +0800 |
commit | e0ee79bff04b47a864b495612bf5370607d48a69 (patch) | |
tree | 20bf71b2f6c34002548dd72e85a023eaa56fe31d /devel | |
parent | 350edb4537ee5fdf848c8c9593f8f0bbccd2f22d (diff) | |
download | freebsd-ports-gnome-e0ee79bff04b47a864b495612bf5370607d48a69.tar.gz freebsd-ports-gnome-e0ee79bff04b47a864b495612bf5370607d48a69.tar.zst freebsd-ports-gnome-e0ee79bff04b47a864b495612bf5370607d48a69.zip |
- USES=libtool, drop .a and .la files
- USE_BZIP2 -> USES
- Strip binaries
- Simplify MASTER_SITES
Diffstat (limited to 'devel')
-rw-r--r-- | devel/npth/Makefile | 9 | ||||
-rw-r--r-- | devel/npth/pkg-plist | 3 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/npth/Makefile b/devel/npth/Makefile index c31773d93d70..afb07ab2d4be 100644 --- a/devel/npth/Makefile +++ b/devel/npth/Makefile @@ -3,8 +3,7 @@ PORTNAME= npth PORTVERSION= 0.91 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNUPG/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= New GNU Portable Threads @@ -12,9 +11,9 @@ COMMENT= New GNU Portable Threads LICENSE= LGPL3 GPLv2 LICENSE_COMB= dual -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes +USES= tar:bzip2 libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/devel/npth/pkg-plist b/devel/npth/pkg-plist index f6ff4373e4c8..21a2aed72257 100644 --- a/devel/npth/pkg-plist +++ b/devel/npth/pkg-plist @@ -1,7 +1,6 @@ bin/npth-config include/npth.h -lib/libnpth.a -lib/libnpth.la lib/libnpth.so lib/libnpth.so.0 +lib/libnpth.so.0.0.2 share/aclocal/npth.m4 |