diff options
author | naddy <naddy@FreeBSD.org> | 2004-05-15 20:59:34 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-05-15 20:59:34 +0800 |
commit | 8309edadfa37e04deee6babdc4379e1941e1a601 (patch) | |
tree | b833f5a58c7b3e9e9706984859e3df0b7cf207f3 /archivers/gtar/Makefile | |
parent | 7349c96aa899bd8587047377025dc9054a6553c2 (diff) | |
download | freebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.tar.gz freebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.tar.zst freebsd-ports-gnome-8309edadfa37e04deee6babdc4379e1941e1a601.zip |
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version.
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 580d03ecb9c4..caf2e2d04da5 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tar -PORTVERSION= 1.13.94 +PORTVERSION= 1.14 CATEGORIES= archivers sysutils -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= g @@ -23,7 +23,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \ - DEFAULT_ARCHIVE='/dev/sa0' + DEFAULT_ARCHIVE=/dev/sa0 \ + DEFAULT_RMT_COMMAND=/etc/rmt .if defined(WANT_STATIC) LDSTATIC= -static |