Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2015 03:56:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395582 - head/misc/help2man
Message-ID:  <201508300356.t7U3uRrs003689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508300356.t7U3uRrs003689>