summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-12-09 19:42:12 +0000
committertron <tron@pkgsrc.org>2010-12-09 19:42:12 +0000
commit8ab4a6ad001da6125a9044fc7bb0946d8a67eaad (patch)
tree2616fc315149203fa1c2d86f8ae95612e7f82e4c /converters
parenta61f848764ce126a02fd5a60b873848004a00667 (diff)
downloadpkgsrc-8ab4a6ad001da6125a9044fc7bb0946d8a67eaad.tar.gz
Re-add part of revision 1.3 to fix build under Mac OS X Leopard and newer.
Diffstat (limited to 'converters')
-rw-r--r--converters/help2man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile
index d3ebc7c0873..03f10bc2224 100644
--- a/converters/help2man/Makefile
+++ b/converters/help2man/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/12/08 20:29:05 abs Exp $
+# $NetBSD: Makefile,v 1.5 2010/12/09 19:42:12 tron Exp $
DISTNAME= help2man-1.38.2
PKGREVISION= 2
@@ -26,6 +26,9 @@ PLIST_VARS+= nls
.if ${OPSYS} == "Darwin" && ${OS_VERSION:M8.*} != ""
CONFIGURE_ARGS+= --disable-nls
.else
+.if ${OPSYS} == "Darwin"
+_STRIPFLAG_INSTALL=
+.endif
USE_PKGLOCALEDIR= yes
PLIST.nls= yes
.endif