pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/rzip Don't use an absolute pathname in the s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93bdbbc4ee83
branches:  trunk
changeset: 501482:93bdbbc4ee83
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 17:55:44 2005 +0000

description:
Don't use an absolute pathname in the symlink target of runzip.1.

diffstat:

 archivers/rzip/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e399a945491d -r 93bdbbc4ee83 archivers/rzip/Makefile
--- a/archivers/rzip/Makefile   Sun Oct 23 17:53:01 2005 +0000
+++ b/archivers/rzip/Makefile   Sun Oct 23 17:55:44 2005 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index