diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-15 19:07:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-08-15 19:07:36 +0000 |
commit | dd1ed9f0e1bc9d36e97562bea7fd9f2a63f16671 (patch) | |
tree | cd428d7ec8076f4146463a214dd3a3614b739c32 /archivers/gtar/Makefile | |
parent | Add port security/p5-Net-Server-Mail-ESMTP-AUTH: (diff) |
Update to 1.18. Switched to GPLv3, no user visible changes.
PR: 115548
Submitted by: rafan
Notes
Notes:
svn path=/head/; revision=197770
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 95a621cb5591..a6ca3a1e58f8 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tar -PORTVERSION= 1.17 -PORTREVISION= 1 +PORTVERSION= 1.18 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -42,8 +41,10 @@ PLIST_SUB+= NLS="@comment " .endif # avoid triggering auto framework rebuilds +# FreeBSD 5.5 makeinfo can't rebuild tar.info post-patch: @${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure + @${TOUCH} ${WRKSRC}/doc/tar.info* ${WRKSRC}/stamp-vti test: build @cd ${WRKSRC} && ${MAKE} check |