aboutsummaryrefslogtreecommitdiff
path: root/net/phamm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 15:16:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-14 15:16:19 +0000
commiteae43f89ad68c9995885eb1d5eb582203466efe9 (patch)
treee274171cec16145721a8f87cc928e567b96a110d /net/phamm
parent51cbc8ddcfb805a15daf16ad33e764471332db5f (diff)
downloadports-eae43f89ad68c9995885eb1d5eb582203466efe9.tar.gz
ports-eae43f89ad68c9995885eb1d5eb582203466efe9.zip
Notes
Diffstat (limited to 'net/phamm')
-rw-r--r--net/phamm/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/phamm/Makefile b/net/phamm/Makefile
index e757ebac9744..99c34e9df711 100644
--- a/net/phamm/Makefile
+++ b/net/phamm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phamm
PORTVERSION= 0.5.18
+PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= http://open.rhx.it/phamm/
@@ -12,8 +13,10 @@ COMMENT= Front-end written in PHP to manage virtual service
NO_BUILD= yes
USE_PHP= gettext ldap openssl pcre session
-USES= gettext
-
+USES= gettext shebangfix
+SHEBANG_FILES= po/update-all-mo.sh \
+ tools/*.sh tools/*.pl \
+ tools/ldap-schema-manage
PHAMMDIR?= www/${PORTNAME}
SCHEMADIR= ${WRKSRC}/schema
@@ -25,8 +28,6 @@ PORTDOCS= CHANGELOG INSTALL README LICENSE THANKS
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PHAMMDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@@ -42,4 +43,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>