diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-29 02:47:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-29 02:47:36 +0800 |
commit | d779d1822b5e3beeb5fa71fe70da235c52e37bdd (patch) | |
tree | a096daed145c9861d846ff9bfc0f37a2921e8eae /www | |
parent | 79fe58d72e198c0c53143c754d94c65082445360 (diff) | |
download | freebsd-ports-gnome-d779d1822b5e3beeb5fa71fe70da235c52e37bdd.tar.gz freebsd-ports-gnome-d779d1822b5e3beeb5fa71fe70da235c52e37bdd.tar.zst freebsd-ports-gnome-d779d1822b5e3beeb5fa71fe70da235c52e37bdd.zip |
Fix make fetch and make patch
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/sahi/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/sahi/Makefile b/www/sahi/Makefile index 0abee1d8eefa..ea67f6057777 100644 --- a/www/sahi/Makefile +++ b/www/sahi/Makefile @@ -34,7 +34,8 @@ CHROME_DESC= Use Chrome as default browser FIREFOX_DESC= Use Firefox as default browser OPERA_DESC= Use Opera as default browser -USES= zip +USES= dos2unix zip +DOS2UNIX_GLOB= linux.xml os.properties sahi.properties NO_STAGE= yes .include <bsd.port.options.mk> @@ -59,9 +60,6 @@ REINPLACE_ARGS= -i '' -E \ SUB_FILES= ${PORTNAME}.sh SUB_LIST= BROWSER=${BROWSER} JAVA_HOME=${JAVA_HOME} -USES= dos2unix -DOS2UNIX_FILES= linux.xml os.properties sahi.properties - post-patch: @${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bat" \) -delete @${FIND} ${WRKSRC} -type f \( -name "*.sh" -or -name "linux.xml" \ |