diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 20:42:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 20:42:50 +0000 |
commit | e6105e1f27805df39d78f4b1c14da1cd127ccd71 (patch) | |
tree | 7e5a3e9895953e832fb3455ca6f0e95dc83f56ed /misc/help2man | |
parent | 941c7e88245c3201ccf1ffecf3302e3a13eed9f6 (diff) | |
download | ports-e6105e1f27805df39d78f4b1c14da1cd127ccd71.tar.gz ports-e6105e1f27805df39d78f4b1c14da1cd127ccd71.zip |
Notes
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 7308ee11271f..91c976151503 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -41,6 +41,21 @@ NLS_PLIST_DIRSTRY+= man/${lang}/man1 \ man/${lang} .endfor +.include <bsd.port.options.mk> + +# Add temporary note of build failure caused by Perl infrastructure change in 20130612 +pre-configure: +.if ${PORT_OPTIONS:MNLS} + @${ECHO_MSG} "" + @${ECHO_MSG} "Please read UPDATING entry 20130612 [1] and PR/184276 [2] to fix your" + @${ECHO_MSG} "Perl installation if you got the following error message." + @${ECHO_MSG} " configure: error: perl module Locale::gettext required" + @${ECHO_MSG} "" + @${ECHO_MSG} "[1] http://svnweb.freebsd.org/ports/head/UPDATING?r1=320405&r2=320679" + @${ECHO_MSG} "[2] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184276" + @${ECHO_MSG} "" +.endif + post-patch: @${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in |