svn commit: r395157 - head/accessibility/yasr

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 24 06:05:54 UTC 2015


Author: bapt
Date: Mon Aug 24 06:05:53 2015
New Revision: 395157
URL: https://svnweb.freebsd.org/changeset/ports/395157

Log:
  Remove conditions around the EXTRA_PATCHES: always apply the patch

Modified:
  head/accessibility/yasr/Makefile

Modified: head/accessibility/yasr/Makefile
==============================================================================
--- head/accessibility/yasr/Makefile	Mon Aug 24 00:11:22 2015	(r395156)
+++ head/accessibility/yasr/Makefile	Mon Aug 24 06:05:53 2015	(r395157)
@@ -22,6 +22,7 @@ NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
+EXTRA_PATCHES=	${FILESDIR}/extra-patch-yasr__main.c
 
 PLIST_FILES=	bin/yasr \
 		man/man1/yasr.1.gz \
@@ -30,12 +31,6 @@ PLIST_FILES=	bin/yasr \
 		%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
 PLIST_DIRS=	%%DATADIR%%
 
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 900007
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-yasr__main.c
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
 


More information about the svn-ports-all mailing list