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 | f9d982fac2203d2a96c2e4f0385e69115cff88f2 (patch) | |
tree | 6d66cd8db930a15ca2ea12c5a997aa70d63d28b2 /converters | |
parent | 17ee549c21caa99856d732e4d03bb0ffc62026eb (diff) | |
download | pkgsrc-f9d982fac2203d2a96c2e4f0385e69115cff88f2.tar.gz |
Unbreak non-macos build after previous.
Diffstat (limited to 'converters')
-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 |