diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:24:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:24:38 +0000 |
commit | 462298a2f1d4e76ab752af304089b164b1d6ac5d (patch) | |
tree | 267216915b0e27e6bbd49b6bfe42a4196abdc9dc /comms/pyla/Makefile | |
parent | 4ff019364747ca3be6593e7c00a1fa80d31ee26f (diff) |
Notes
Diffstat (limited to 'comms/pyla/Makefile')
-rw-r--r-- | comms/pyla/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/comms/pyla/Makefile b/comms/pyla/Makefile index 802c8a88b718..f74552f7e190 100644 --- a/comms/pyla/Makefile +++ b/comms/pyla/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyla PORTVERSION= 1.1.7.1 +PORTREVISION= 1 CATEGORIES= comms python #MASTER_SITES= http://www.teamsw.it/pyla/download/ MASTER_SITES= LOCAL/mr @@ -17,7 +18,13 @@ COMMENT= Hylafax client written in Python WRKSRC= ${WRKDIR}/${PORTNAME} DATADIR= ${PREFIX}/lib/pyla -USES= python tar:tgz +USES= python shebangfix tar:tgz +SHEBANG_FILES= faxcover/subst hylaform.py \ + hylaproto.py ldapclass.py \ + pyladebug.py +SHEBANG_LANG= sed +sed_OLD_CMD= /bin/sed +sed_CMD= /usr/bin/sed PLIST= ${WRKDIR}/pkg-plist do-build: @@ -38,7 +45,7 @@ pre-install: do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL} -m755 ${WRKDIR}/pyla.sh ${STAGEDIR}${PREFIX}/bin/pyla + ${INSTALL_SCRIPT} ${WRKDIR}/pyla.sh ${STAGEDIR}${PREFIX}/bin/pyla ${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \ ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - |