summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-04-01 12:24:14 +0000
committerjperkin <jperkin>2016-04-01 12:24:14 +0000
commit89c02b0434f71f357a021f78caae883a88e986c6 (patch)
tree8a3fca929ff54ceb46070699daded14fca5bb504 /lang
parenta8cb29ee9fafe1272d88d0212086dd6cdc257b54 (diff)
downloadpkgsrc-89c02b0434f71f357a021f78caae883a88e986c6.tar.gz
Pass --mandir. Fixes PKGMANDIR.
Diffstat (limited to 'lang')
-rw-r--r--lang/snobol/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile
index bf62d33835a..fb832969cf7 100644
--- a/lang/snobol/Makefile
+++ b/lang/snobol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/09/20 18:13:29 jakllsch Exp $
+# $NetBSD: Makefile,v 1.31 2016/04/01 12:24:14 jperkin Exp $
#
DISTNAME= snobol4-1.3
@@ -24,8 +24,9 @@ SUBST_STAGE.snobol-config= post-patch
SUBST_FILES.snobol-config= Makefile
SUBST_SED.snobol-config+= -e s\|M4=m4\|M4=${TOOLS_PATH.m4:Q}\|
-HAS_CONFIGURE=yes
-CONFIGURE_ARGS+=--prefix=${PREFIX}
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
# not yet
#CONFIGURE_ARGS+=--with-tcl
#CONFIGURE_ARGS+=--with-tk