diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:50:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:50:28 +0800 |
commit | 24b6afd8e7c3559d502ccd58b8ae9abeba78eca3 (patch) | |
tree | a89bbbedf76c02fd466b388a7adfcfc69e13b504 /devel | |
parent | e4b3d308787737ec22f0fa10ea491f687aa3aa32 (diff) | |
download | freebsd-ports-gnome-24b6afd8e7c3559d502ccd58b8ae9abeba78eca3.tar.gz freebsd-ports-gnome-24b6afd8e7c3559d502ccd58b8ae9abeba78eca3.tar.zst freebsd-ports-gnome-24b6afd8e7c3559d502ccd58b8ae9abeba78eca3.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ossp-ex/Makefile | 9 | ||||
-rw-r--r-- | devel/ossp-ex/pkg-plist | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index 49711d4ac438..fbe6bc95842b 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -3,19 +3,22 @@ PORTNAME= ex PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_OSSP} -MASTER_SITE_SUBDIR= lib/${PORTNAME} +MASTER_SITES= OSSP/lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org COMMENT= OSSP ex is a small exception handling library for use in C -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libex.so + .include <bsd.port.mk> diff --git a/devel/ossp-ex/pkg-plist b/devel/ossp-ex/pkg-plist index b8abd5221082..c98a22420af4 100644 --- a/devel/ossp-ex/pkg-plist +++ b/devel/ossp-ex/pkg-plist @@ -1,7 +1,7 @@ bin/ex-config include/ex.h lib/libex.a -lib/libex.la lib/libex.so lib/libex.so.10 +lib/libex.so.10.0.26 man/man3/ex.3.gz |