diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-11 20:58:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-11 20:58:34 +0000 |
commit | 99c15479b884f7497fb6397edb6788cb30418556 (patch) | |
tree | 5b3a2246c5bfc76786d3bb0acab01861e6730285 /astro/setiathome/Makefile | |
parent | IGNORE while this is identical to the base system tar. (diff) |
- backout lastest fixes
Submitted by: cyrille.lefevre@laposte.net
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 30a77327a7ad..b67dde6d6cce 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -25,7 +25,7 @@ COMMENT?= Donate idle cycles to the search for space aliens IS_INTERACTIVE= yes .endif -ONLY_FOR_ARCHS?= i386 +ONLY_FOR_ARCHS?= i386 # alpha NO_BUILD= binary distribution NO_CDROM= interactive install @@ -106,11 +106,6 @@ X11PORTS= X11PORTS= "@comment " .endif - -post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/setiathome.sh \ - > ${WRKSRC}/setiathome.sh - # Post-patch # @@ -174,7 +169,7 @@ install-startup-files: -@${CHMOD} -x ${RC_DIR}/*${file}*.sh 2> /dev/null .endif .if exists(${FILESDIR}/${file}.sh) - @${INSTALL_SCRIPT} ${WRKSRC}/${file}.sh \ + @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh \ ${RC_DIR}/${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.sh .endif .if exists(${FILESDIR}/${file}.bin) |