diff options
author | reed <reed@pkgsrc.org> | 2004-04-05 18:38:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-05 18:38:43 +0000 |
commit | 348636d7b9065b369b8ca6f8c12ccb98919320b8 (patch) | |
tree | 1857a705a94ab82a665c592bed5f7d685c3437c7 /archivers/gtar-base/PLIST | |
parent | 61df96420c929bcb8d0d8b9b59bcb6119553fbc9 (diff) | |
download | pkgsrc-348636d7b9065b369b8ca6f8c12ccb98919320b8.tar.gz |
If GNU_PROGRAM_PREFIX is not "g" or not set, then still install
with "g" prefix. Allow this to be optionally forced by defining
GTAR_PROGRAM_PREFIX. If GTAR_PROGRAM_PREFIX is set to nothing,
then conflict with pax, because both install a "tar".
So now the default is to install as "gtar" even if GNU_PROGRAM_PREFIX
is set to "".
Bump package revision for this.
This is for part of my PR #22693.
Diffstat (limited to 'archivers/gtar-base/PLIST')
-rw-r--r-- | archivers/gtar-base/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/gtar-base/PLIST b/archivers/gtar-base/PLIST index 0efcfcc70e9..0a6cc36fa77 100644 --- a/archivers/gtar-base/PLIST +++ b/archivers/gtar-base/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/20 23:23:57 jschauma Exp $ -bin/${GNU_PROGRAM_PREFIX}tar +@comment $NetBSD: PLIST,v 1.6 2004/04/05 18:38:43 reed Exp $ +bin/${GTAR_PROGRAM_PREFIX}tar ${GTAR_LINK}bin/gtar -man/man1/${GNU_PROGRAM_PREFIX}tar.1 +man/man1/${GTAR_PROGRAM_PREFIX}tar.1 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/tar.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/tar.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/tar.mo |