diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 11:29:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 11:29:31 +0000 |
commit | bfddb9b21bad8e56ad469193496c511f0120dbd6 (patch) | |
tree | ec4a99809a7529158e05d08cf779e5f60a62dcf8 /devel | |
parent | 9be3c1b8168dbb6d46af17e6503fd1988bcdef1a (diff) | |
download | ports-bfddb9b21bad8e56ad469193496c511f0120dbd6.tar.gz ports-bfddb9b21bad8e56ad469193496c511f0120dbd6.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tclgetopts/Makefile | 12 | ||||
-rw-r--r-- | devel/tclgetopts/pkg-plist | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/tclgetopts/Makefile b/devel/tclgetopts/Makefile index 02ab8e584b54..40ae42866297 100644 --- a/devel/tclgetopts/Makefile +++ b/devel/tclgetopts/Makefile @@ -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> diff --git a/devel/tclgetopts/pkg-plist b/devel/tclgetopts/pkg-plist index a17165e40c6c..9d98ff4b31ac 100644 --- a/devel/tclgetopts/pkg-plist +++ b/devel/tclgetopts/pkg-plist @@ -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 |