1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-02-27 07:32:00 +00:00
parent 1d89037964
commit e888389f6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346238

View File

@ -9,14 +9,16 @@ MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files
PLIST_FILES= bin/bibelot
USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5 shebangfix
NO_BUILD= yes
NO_STAGE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/bibelot
SHEBANG_FILES= bibelot.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>