- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-02-19 11:29:31 +00:00
parent 9be3c1b816
commit bfddb9b21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345069
2 changed files with 8 additions and 6 deletions

View File

@ -11,18 +11,18 @@ EXTRACT_SUFX= ${PORTVERSION}.tar.gz
MAINTAINER= mi@aldan.algebra.com
COMMENT= Pure TCL code for command line options parsing
NO_BUILD= YES
USES= shebangfix
NO_BUILD= yes
MANN= getopt.n typedopts.n
SHEBANG_FILES= foxTypedOpts.tcl foxGetOpt.tcl
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/lib/foxGetOpt
${MKDIR} ${STAGEDIR}${PREFIX}/lib/foxGetOpt
${INSTALL_SCRIPT} \
${FILESDIR}/pkgIndex.tcl \
${WRKSRC}/foxTypedOpts.tcl \
${WRKSRC}/foxGetOpt.tcl ${PREFIX}/lib/foxGetOpt/
${WRKSRC}/foxGetOpt.tcl ${STAGEDIR}${PREFIX}/lib/foxGetOpt/
${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \
${PREFIX}/man/mann/
${STAGEDIR}${PREFIX}/man/mann/
.include <bsd.port.mk>

View File

@ -1,4 +1,6 @@
lib/foxGetOpt/pkgIndex.tcl
lib/foxGetOpt/foxTypedOpts.tcl
lib/foxGetOpt/foxGetOpt.tcl
man/mann/getopt.n.gz
man/mann/typedopts.n.gz
@dirrm lib/foxGetOpt