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 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