diff options
author | wiz <wiz> | 2002-12-22 17:15:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-22 17:15:33 +0000 |
commit | f82f4f8140c1b6529b67857a630c69488c43989c (patch) | |
tree | c45f21abc02b736b1a1a3be65560ddbb2e1bbc3a /archivers | |
parent | 0293b4c412508544e9927307db906b88ed396b28 (diff) | |
download | pkgsrc-f82f4f8140c1b6529b67857a630c69488c43989c.tar.gz |
'files/gtar.1' does not change name depending on GNU_PROGRAM_PREFIX;
noted by Jeremy C. Reed.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 9b2069d1e22..765e66aac2c 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/12/22 01:34:38 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2002/12/22 17:15:33 wiz Exp $ # DISTNAME= tar-1.13.25 @@ -35,7 +35,7 @@ post-patch: @${ECHO} '' >>${WRKSRC}/po/fr.po post-install: - ${INSTALL_DATA} ${FILESDIR}/${GNU_PROGRAM_PREFIX}tar.1 \ + ${INSTALL_DATA} ${FILESDIR}/gtar.1 \ ${PREFIX}/man/man1/${GNU_PROGRAM_PREFIX}tar.1 .include "../../mk/bsd.pkg.mk" |