diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-12 21:31:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-12 21:31:01 +0000 |
commit | c51f3f160519f310f541c9b6e3e23cb9322fec17 (patch) | |
tree | 509e5a5c969453ec6e4f79ebe249950006197ac8 /archivers/gtar/Makefile | |
parent | 762451d8559e1b53b570b1fcab68c0f757c4243f (diff) | |
download | ports-c51f3f160519f310f541c9b6e3e23cb9322fec17.tar.gz ports-c51f3f160519f310f541c9b6e3e23cb9322fec17.zip |
Notes
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 9eb81acac09e..47c3854547e8 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= tar -PORTVERSION= 1.27 +PORTVERSION= 1.27.1 CATEGORIES= archivers sysutils -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org |