diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-18 23:16:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-18 23:16:56 +0800 |
commit | 07876a4fd66f8f91952f0fa9336fe4abe00a2059 (patch) | |
tree | 7275321e21ed76497e44e8dc3775dcb62f6c15a5 /devel | |
parent | b1a35964286199dbd2733952f1b3f02329731862 (diff) | |
download | freebsd-ports-gnome-07876a4fd66f8f91952f0fa9336fe4abe00a2059.tar.gz freebsd-ports-gnome-07876a4fd66f8f91952f0fa9336fe4abe00a2059.tar.zst freebsd-ports-gnome-07876a4fd66f8f91952f0fa9336fe4abe00a2059.zip |
- Simplify MASTER_SITES
- Strip library
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmba/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libmba/Makefile b/devel/libmba/Makefile index 5fed64e635fa..e4833ea91697 100644 --- a/devel/libmba/Makefile +++ b/devel/libmba/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 0.9.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ioplex.com/~miallen/libmba/dl/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi + LOCAL/miwi MAINTAINER= ports@FreeBSD.org COMMENT= Collection of C modules potentially useful to any project @@ -22,4 +21,7 @@ post-patch: @${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \ ${WRKSRC}/mktool.c +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmba.so + .include <bsd.port.mk> |