pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl58 correctly set man1dir and siteman1dir to e...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76ca6fa8cae3
branches: trunk
changeset: 465727:76ca6fa8cae3
user: grant <grant%pkgsrc.org@localhost>
date: Mon Jan 05 10:46:52 2004 +0000
description:
correctly set man1dir and siteman1dir to ensure that section 1 man
pages are installed into the right location.
bump PKGREVISION.
diffstat:
lang/perl58/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 55470c50a79f -r 76ca6fa8cae3 lang/perl58/Makefile
--- a/lang/perl58/Makefile Mon Jan 05 10:09:57 2004 +0000
+++ b/lang/perl58/Makefile Mon Jan 05 10:46:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/10/05 07:07:14 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2004/01/05 10:46:52 grant Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -8,7 +8,7 @@
.if empty(PERL5_SNAPSHOT) && empty(PERL5_RC_VERS)
DISTNAME= perl-${PERL5_VERS}
-PKGREVISION= # empty
+PKGREVISION= 1
SNAPSHOT_SITES= # empty
.else
. if !empty(PERL5_SNAPSHOT)
@@ -65,7 +65,8 @@
# The site directories are all relative to the perl view.
CONFIGURE_ARGS+= -Dsiteprefix="${VIEWBASE}"
-CONFIGURE_ARGS+= -Dinstallsiteman1dir="${VIEWBASE}/man/man1"
+CONFIGURE_ARGS+= -Dman1dir="${PREFIX}/man/man1"
+CONFIGURE_ARGS+= -Dsiteman1dir="${VIEWBASE}/man/man1"
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index