svn commit: r392024 - head/net/phamm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 15:16:20 UTC 2015


Author: amdmi3
Date: Tue Jul 14 15:16:19 2015
New Revision: 392024
URL: https://svnweb.freebsd.org/changeset/ports/392024

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/net/phamm/Makefile

Modified: head/net/phamm/Makefile
==============================================================================
--- head/net/phamm/Makefile	Tue Jul 14 15:16:08 2015	(r392023)
+++ head/net/phamm/Makefile	Tue Jul 14 15:16:19 2015	(r392024)
@@ -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>


More information about the svn-ports-all mailing list