diff options
author | bapt <bapt@FreeBSD.org> | 2015-08-24 14:05:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-08-24 14:05:53 +0800 |
commit | 05ce62396b6367e0aabea3a38ca6d239f5cebe37 (patch) | |
tree | 2550e9c808e2fb8f5e0f6eba5c15e5d3083344f7 /accessibility/yasr | |
parent | 35801e440d3a47a86bbe749e57deb1150272d7e4 (diff) | |
download | freebsd-ports-gnome-05ce62396b6367e0aabea3a38ca6d239f5cebe37.tar.gz freebsd-ports-gnome-05ce62396b6367e0aabea3a38ca6d239f5cebe37.tar.zst freebsd-ports-gnome-05ce62396b6367e0aabea3a38ca6d239f5cebe37.zip |
Remove conditions around the EXTRA_PATCHES: always apply the patch
Diffstat (limited to 'accessibility/yasr')
-rw-r--r-- | accessibility/yasr/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index 214cec055d0c..bbcf1602fb1f 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -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 |