Index: head/devel/gtgt/Makefile =================================================================== --- head/devel/gtgt/Makefile (revision 402483) +++ head/devel/gtgt/Makefile (revision 402484) @@ -1,36 +1,43 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= gtgt PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= General (or GNU) template generation tools RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +LICENSE= GPLv2 # or later (though COPYING has GPLv3) + USES= shebangfix NO_BUILD= yes +NO_ARCH= yes PORTDOCS= autoconf.html automake.html \ company-license.long company-license.short \ gtgt.gif gtgt.html gtgt.txt \ index.html libtool.html +SCRIPTS= gcng gptg gscg + PLIST_FILES= ${SCRIPTS:S/^/bin\//} +SHEBANG_FILES= ${SCRIPTS:S/^/scripts\//} -SHEBANG_FILES= scripts/gcng scripts/gptg scripts/gscg - OPTIONS_DEFINE= DOCS do-install: .for f in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${f} ${STAGEDIR}${PREFIX}/bin .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor .include