summaryrefslogtreecommitdiff
path: root/lang/perl58
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
commit4256c4822440afaf44271da5cb7c1b4c04c7757f (patch)
tree8633c8ca22c984ed6f7cc331ad05f629f9d1b110 /lang/perl58
parent0abe745e23f68d192452b10b0581000145b2e4a5 (diff)
downloadpkgsrc-4256c4822440afaf44271da5cb7c1b4c04c7757f.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/perl58')
-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"