diff options
author | rillig <rillig> | 2007-02-15 14:40:37 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-15 14:40:37 +0000 |
commit | 4c8674b4cf2a5ddb14aa040ac750e6310acbc3a6 (patch) | |
tree | 6d9fcb5ecd15ca8663dc2279093547e1a53fd35c /lang | |
parent | fabee0bafaea5b83ab9644838b77c13beeeb268e (diff) | |
download | pkgsrc-4c8674b4cf2a5ddb14aa040ac750e6310acbc3a6.tar.gz |
bzip2 files don't need the executable bit.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scsl-jre15/Makefile.common | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/scsl-jre15/Makefile.common b/lang/scsl-jre15/Makefile.common index 602811e4f20..0fc5325484a 100644 --- a/lang/scsl-jre15/Makefile.common +++ b/lang/scsl-jre15/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/06/18 08:45:56 rillig Exp $ +# $NetBSD: Makefile.common,v 1.3 2007/02/15 14:40:37 rillig Exp $ DIST_VER= 1_5_0-p3-bin-duh1 PKG_VER= ${DIST_VER:S/_/./g:S/-p/p/:S/-bin-duh/./} @@ -47,10 +47,6 @@ FETCH_MESSAGE+= "" FETCH_MESSAGE+= "Click ${SHORT_NAME} in the ${OPSYS}/${MACHINE_ARCH} row for version ${DIST_VER:S/_/./g:S/-bin-/-/}," FETCH_MESSAGE+= "then read and accept the license to start the download." -post-fetch: - ${TEST} -x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - || ${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} - do-build: # nothing do-install: |