diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 13:44:32 +0000 |
commit | 18c3e4adb296e9f522112514b77307706968f717 (patch) | |
tree | d43e14befa596c41d96cf54f018ad5d1dfff9156 /archivers/gtar-base | |
parent | 6ca32d006f45fb428381183c7476ca38dc9efad8 (diff) | |
download | pkgsrc-18c3e4adb296e9f522112514b77307706968f717.tar.gz |
Remove SVR4_PKGNAME, per discussion on tech-pkg.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r-- | archivers/gtar-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index b6b0ea10348..b8465ef0e2e 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2014/08/17 16:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2014/10/09 13:44:32 wiz Exp $ # # Please run 'make files/gtar.1' when updating version of this package # to regenerate the man page. converters/help2man is needed. @@ -6,7 +6,6 @@ .include "../../archivers/gtar/Makefile.common" PKGNAME= ${DISTNAME:S/tar/gtar-base/} -SVR4_PKGNAME= gtarb COMMENT= The GNU tape archiver with remote magnetic tape support LICENSE= gnu-gpl-v3 |