From 8309edadfa37e04deee6babdc4379e1941e1a601 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 15 May 2004 12:59:34 +0000 Subject: Update to 1.14, the first new official release in almost five years. No user-visible changes from the last alpha version. --- archivers/gtar/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'archivers/gtar/Makefile') 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 -- cgit