svn commit: r345069 - head/devel/tclgetopts

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 11:29:32 UTC 2014


Author: ehaupt
Date: Wed Feb 19 11:29:31 2014
New Revision: 345069
URL: http://svnweb.freebsd.org/changeset/ports/345069
QAT: https://qat.redports.org/buildarchive/r345069/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/devel/tclgetopts/Makefile
  head/devel/tclgetopts/pkg-plist

Modified: head/devel/tclgetopts/Makefile
==============================================================================
--- head/devel/tclgetopts/Makefile	Wed Feb 19 11:24:27 2014	(r345068)
+++ head/devel/tclgetopts/Makefile	Wed Feb 19 11:29:31 2014	(r345069)
@@ -11,18 +11,18 @@ EXTRACT_SUFX=	${PORTVERSION}.tar.gz
 MAINTAINER=	mi at 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>

Modified: head/devel/tclgetopts/pkg-plist
==============================================================================
--- head/devel/tclgetopts/pkg-plist	Wed Feb 19 11:24:27 2014	(r345068)
+++ head/devel/tclgetopts/pkg-plist	Wed Feb 19 11:29:31 2014	(r345069)
@@ -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


More information about the svn-ports-all mailing list