diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-26 21:35:28 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-26 21:35:28 +0800 |
commit | efaf4c033af0acaf651c90531233662545e6b2c7 (patch) | |
tree | b0127a6115ad32c06f028c8f86b1ad4271398ae4 /archivers/gtar/Makefile | |
parent | 5922e8cea1127f0d484a0910e9f6b316479061c2 (diff) | |
download | freebsd-ports-gnome-efaf4c033af0acaf651c90531233662545e6b2c7.tar.gz freebsd-ports-gnome-efaf4c033af0acaf651c90531233662545e6b2c7.tar.zst freebsd-ports-gnome-efaf4c033af0acaf651c90531233662545e6b2c7.zip |
include two changes of PR 23815, the rest is in discussion with 'naddy'.
PR: 23815
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r-- | archivers/gtar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 676c6e42e3e4..8e9eefd4073c 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -8,7 +8,7 @@ PORTNAME= tar PORTVERSION= 1.13.18 PORTREVISION= 1 -CATEGORIES= sysutils +CATEGORIES= sysutils archivers MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/ |