aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netmagis-www
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2015-10-29 01:34:21 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2015-10-29 01:34:21 +0000
commitd659d4761b8b3e79695b268e7896139148312c77 (patch)
tree35ebced0254445babd0a8bd51c072dee1539323b /net-mgmt/netmagis-www
parentc4986814847052b09c98be1ffd93212349d2b50b (diff)
downloadports-d659d4761b8b3e79695b268e7896139148312c77.tar.gz
ports-d659d4761b8b3e79695b268e7896139148312c77.zip
Notes
Diffstat (limited to 'net-mgmt/netmagis-www')
-rw-r--r--net-mgmt/netmagis-www/Makefile4
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"