diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-30 03:56:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-30 03:56:26 +0000 |
commit | d48f045a09b8197e11e5953f3a60c40872250026 (patch) | |
tree | d43f345cacd0872ad82547a22f896023551e55a4 | |
parent | 1244c041a05f03190ad70cb53677bdbd9657ed9c (diff) | |
download | ports-d48f045a09b8197e11e5953f3a60c40872250026.tar.gz ports-d48f045a09b8197e11e5953f3a60c40872250026.zip |
Notes
-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 |