diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 17:55:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 17:55:44 +0000 |
commit | 756866c0e64b7cd0c1037c7d44da5983c5999e9f (patch) | |
tree | 98f02178c69eef99455879a76368945f694a41f9 /archivers/rzip/Makefile | |
parent | 7d5261f72e703d88a069bf14bbba74693ab46638 (diff) | |
download | pkgsrc-756866c0e64b7cd0c1037c7d44da5983c5999e9f.tar.gz |
Don't use an absolute pathname in the symlink target of runzip.1.
Diffstat (limited to 'archivers/rzip/Makefile')
-rw-r--r-- | archivers/rzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index c8fe957ec76..d61489ac38b 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:44:50 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/23 17:55:44 rillig Exp $ DISTNAME= rzip-2.0 PKGREVISION= 1 @@ -14,7 +14,7 @@ GNU_CONFIGURE= YES post-install: ${LN} -f ${PREFIX}/bin/rzip ${PREFIX}/bin/runzip ${RM} -f ${PREFIX}/man/man1/runzip.1 - ${LN} -s ${PREFIX}/man/man1/rzip.1 ${PREFIX}/man/man1/runzip.1 + ${LN} -s rzip.1 ${PREFIX}/man/man1/runzip.1 .include "../../mk/bsd.prefs.mk" |