diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-30 11:56:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-30 11:56:26 +0800 |
commit | 255c66c10621822455f1c3e0d7de3b4c69b1e03e (patch) | |
tree | d43f345cacd0872ad82547a22f896023551e55a4 /misc/help2man | |
parent | 082186dcf96b1c368c37a8b6f3feb2723fc4e4e9 (diff) | |
download | freebsd-ports-gnome-255c66c10621822455f1c3e0d7de3b4c69b1e03e.tar.gz freebsd-ports-gnome-255c66c10621822455f1c3e0d7de3b4c69b1e03e.tar.zst freebsd-ports-gnome-255c66c10621822455f1c3e0d7de3b4c69b1e03e.zip |
- Cleanup Makefile
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 2a4ce9f77300..62690fc3dd7b 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -38,13 +38,6 @@ NLS_PLIST_FILES+= man/${lang}/man1/help2man.1.gz \ share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor -.include <bsd.port.options.mk> - -# Add temporary note of build failure caused by Perl infrastructure change in 20130612 -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\". -.endif - post-patch: @${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in |