From 756866c0e64b7cd0c1037c7d44da5983c5999e9f Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 17:55:44 +0000 Subject: Don't use an absolute pathname in the symlink target of runzip.1. --- archivers/rzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/rzip/Makefile') 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" -- cgit v1.2.3