Date: Tue, 14 Jul 2015 15:18:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392027 - branches/2015Q3/net/phamm Message-ID: <201507141518.t6EFIvRR059473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 15:18:57 2015 New Revision: 392027 URL: https://svnweb.freebsd.org/changeset/ports/392027 Log: MFH: r392024 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/net/phamm/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/phamm/Makefile ============================================================================== --- branches/2015Q3/net/phamm/Makefile Tue Jul 14 15:17:52 2015 (r392026) +++ branches/2015Q3/net/phamm/Makefile Tue Jul 14 15:18:57 2015 (r392027) @@ -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 man 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 LICEN 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141518.t6EFIvRR059473>