summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-05 10:46:52 +0000
committergrant <grant@pkgsrc.org>2004-01-05 10:46:52 +0000
commit98ec2d39d2001dbc1f3411d6e5303e2a8808c050 (patch)
tree8633c8ca22c984ed6f7cc331ad05f629f9d1b110 /lang
parent34f00bf63428840a69079fe3d62ab60169f11ad8 (diff)
downloadpkgsrc-98ec2d39d2001dbc1f3411d6e5303e2a8808c050.tar.gz
correctly set man1dir and siteman1dir to ensure that section 1 man
pages are installed into the right location. bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl58/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile
index 55921a3698e..0a070675360 100644
--- a/lang/perl58/Makefile
+++ b/lang/perl58/Makefile
@@ -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 @@ PERL5_RC_VERS= # empty
.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 @@ CONFIGURE_ARGS+= -Dsiteman3dir="${PERL5_SITEPERL}/man/man3"
# 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"