Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 06:05:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395157 - head/accessibility/yasr
Message-ID:  <201508240605.t7O65s7Y043815@repo.freebsd.org>

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



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