diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-29 09:34:21 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-29 09:34:21 +0800 |
commit | 050401d47c4a90be00cb84a30bab3caf7cbf24ab (patch) | |
tree | 35ebced0254445babd0a8bd51c072dee1539323b /net-mgmt/netmagis-www | |
parent | 0192ef55738ef85c41b1f736e9e8d6de50bc0d86 (diff) | |
download | freebsd-ports-gnome-050401d47c4a90be00cb84a30bab3caf7cbf24ab.tar.gz freebsd-ports-gnome-050401d47c4a90be00cb84a30bab3caf7cbf24ab.tar.zst freebsd-ports-gnome-050401d47c4a90be00cb84a30bab3caf7cbf24ab.zip |
net-mgmt/netmagis-*: update 2.3.0 -> 2.3.2
- Update PORTVERSION and distinfo for 2.3.2
- Drop PORTREVISION on netmagis-metro slave port
- Revise NO_ARCH handling, rely on setting it in netmagis-common if not
already defined then set it to blank in netmagis-topo and netmagis-www
where architecture specific files are packaged
- Strip binaries for netmagis-www
PR: 202709
Submitted by: Pierre David <pdagog@gmail.com> (maintainer)
Diffstat (limited to 'net-mgmt/netmagis-www')
-rw-r--r-- | net-mgmt/netmagis-www/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/netmagis-www/Makefile b/net-mgmt/netmagis-www/Makefile index 7459cb9bfc9b..ca13b39acab6 100644 --- a/net-mgmt/netmagis-www/Makefile +++ b/net-mgmt/netmagis-www/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \ tDOM>=0.8.0:${PORTSDIR}/www/tdom \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +NO_ARCH= # no USE_TEX= full MASTERDIR= ${.CURDIR}/../netmagis-common @@ -20,4 +21,7 @@ MASTERDIR= ${.CURDIR}/../netmagis-common PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htgtcl + .include "${MASTERDIR}/Makefile" |