diff options
author | krion <krion@FreeBSD.org> | 2003-11-11 02:25:27 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-11 02:25:27 +0800 |
commit | 6770912628cec5d0ed43b1a9c4faedd52a36863d (patch) | |
tree | 16802735ee2432d2511302268f71f0d441aa1246 /devel | |
parent | 533e586dd82a00b69a0ffd82026504791738c966 (diff) | |
download | freebsd-ports-gnome-6770912628cec5d0ed43b1a9c4faedd52a36863d.tar.gz freebsd-ports-gnome-6770912628cec5d0ed43b1a9c4faedd52a36863d.tar.zst freebsd-ports-gnome-6770912628cec5d0ed43b1a9c4faedd52a36863d.zip |
- Update to version 2.0.0
PR: 59119
Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gtgt/Makefile | 3 | ||||
-rw-r--r-- | devel/gtgt/distinfo | 2 | ||||
-rw-r--r-- | devel/gtgt/pkg-plist | 20 |
3 files changed, 13 insertions, 12 deletions
diff --git a/devel/gtgt/Makefile b/devel/gtgt/Makefile index 0493c127a1c5..fc1aecc3d033 100644 --- a/devel/gtgt/Makefile +++ b/devel/gtgt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gtgt -PORTVERSION= 1.3.2 +PORTVERSION= 2.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.karubik.de/gtgt/ @@ -17,5 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= General (or GNU) template generation tools GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/devel/gtgt/distinfo b/devel/gtgt/distinfo index 9e4aa1edddc2..6aec894c5c46 100644 --- a/devel/gtgt/distinfo +++ b/devel/gtgt/distinfo @@ -1 +1 @@ -MD5 (gtgt-1.3.2.tar.gz) = 32cd7853832dee853b581cd5d900d21f +MD5 (gtgt-2.0.0.tar.gz) = 5a68faf7a7562a0a269f174eb97c2bc4 diff --git a/devel/gtgt/pkg-plist b/devel/gtgt/pkg-plist index da029aac92e0..52fc16c89a98 100644 --- a/devel/gtgt/pkg-plist +++ b/devel/gtgt/pkg-plist @@ -1,13 +1,13 @@ bin/gcng bin/gptg bin/gscg -share/doc/gtgt/autoconf.html -share/doc/gtgt/automake.html -share/doc/gtgt/company-license.long -share/doc/gtgt/company-license.short -share/doc/gtgt/gtgt.gif -share/doc/gtgt/gtgt.html -share/doc/gtgt/gtgt.txt -share/doc/gtgt/index.html -share/doc/gtgt/libtool.html -@dirrm share/doc/gtgt +%%PORTDOCS%%%%DOCSDIR%%/autoconf.html +%%PORTDOCS%%%%DOCSDIR%%/automake.html +%%PORTDOCS%%%%DOCSDIR%%/company-license.long +%%PORTDOCS%%%%DOCSDIR%%/company-license.short +%%PORTDOCS%%%%DOCSDIR%%/gtgt.gif +%%PORTDOCS%%%%DOCSDIR%%/gtgt.html +%%PORTDOCS%%%%DOCSDIR%%/gtgt.txt +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/libtool.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% |