Index: head/devel/gtgt/Makefile =================================================================== --- head/devel/gtgt/Makefile (revision 228726) +++ head/devel/gtgt/Makefile (revision 228727) @@ -1,37 +1,46 @@ # ex:ts=8 # New ports collection makefile for: gtgt # Date created: Feb 13, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= gtgt -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= General (or GNU) template generation tools -USE_GNOME= gnometarget -GNU_CONFIGURE= yes +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -PLIST_FILES= bin/gcng bin/gptg bin/gscg +NO_BUILD= yes + PORTDOCS= autoconf.html automake.html \ company-license.long company-license.short \ gtgt.gif gtgt.html gtgt.txt \ index.html libtool.html +PLIST_FILES= ${SCRIPTS:S/^/bin\//} +SCRIPTS= gcng gptg gscg + +post-patch: +.for file in ${SCRIPTS} + @${REINPLACE_CMD} -e \ + 's|^#!.*|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/scripts/${file} +.endfor + do-install: -.for file in gcng gptg gscg +.for file in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/devel/gtgt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/devel/gtgt/distinfo =================================================================== --- head/devel/gtgt/distinfo (revision 228726) +++ head/devel/gtgt/distinfo (revision 228727) @@ -1,3 +1,3 @@ -MD5 (gtgt-3.0.0.tar.gz) = d13fddb844e9e5b7508f102c04bf9415 -SHA256 (gtgt-3.0.0.tar.gz) = 6c2158f2743dea115c556bdb1b22f749f8c809a04a3e525c56b9addae9caa588 -SIZE (gtgt-3.0.0.tar.gz) = 709577 +MD5 (gtgt-3.2.0.tar.gz) = 902117aa819d1ef118a1d818a5fca43a +SHA256 (gtgt-3.2.0.tar.gz) = 78786eed9f2cfaaedcec89617d4b510ea563ddfee71e3c3d684faf15351b75ae +SIZE (gtgt-3.2.0.tar.gz) = 730692 Property changes on: head/devel/gtgt/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property