diff options
author | dholland <dholland@pkgsrc.org> | 2014-11-22 20:01:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-11-22 20:01:57 +0000 |
commit | 7174601826c3d50307351ea6368d8cb343368259 (patch) | |
tree | 6d66cd8db930a15ca2ea12c5a997aa70d63d28b2 | |
parent | ca4dd5aaafc9f12db1b677d612e3c2d147bbdc16 (diff) | |
download | pkgsrc-7174601826c3d50307351ea6368d8cb343368259.tar.gz |
Unbreak non-macos build after previous.
-rw-r--r-- | converters/help2man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile index de9d30b82da..a0425f43646 100644 --- a/converters/help2man/Makefile +++ b/converters/help2man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2014/11/22 14:59:59 bsiegert Exp $ +# $NetBSD: Makefile,v 1.29 2014/11/22 20:01:57 dholland Exp $ DISTNAME= help2man-1.46.4 PKGREVISION= 1 @@ -39,9 +39,9 @@ PLIST_VARS+= nls .if ${OPSYS} == "Darwin" _STRIPFLAG_INSTALL= +.endif USE_PKGLOCALEDIR= yes PLIST.nls= yes -.endif post-patch: ${TOUCH} -r ${WRKSRC}/help2man.PL.orig ${WRKSRC}/help2man.PL |