svn commit: r395582 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 30 03:56:27 UTC 2015


Author: sunpoet
Date: Sun Aug 30 03:56:26 2015
New Revision: 395582
URL: https://svnweb.freebsd.org/changeset/ports/395582

Log:
  - Cleanup Makefile

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Sun Aug 30 03:56:22 2015	(r395581)
+++ head/misc/help2man/Makefile	Sun Aug 30 03:56:26 2015	(r395582)
@@ -38,13 +38,6 @@ NLS_PLIST_FILES+=	man/${lang}/man1/help2
 			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
 


More information about the svn-ports-all mailing list