diff options
author | jeh <jeh@FreeBSD.org> | 2001-01-29 03:48:30 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-01-29 03:48:30 +0800 |
commit | 4a93be3f45c9419aa264c4f447e668635b3fb8fb (patch) | |
tree | 4aea1894c5b362d15eb4d22b8e51dc5358f34dce /astro/setiathome/Makefile | |
parent | d697cf5867295e697feeb685dfb69f2f93c35b28 (diff) | |
download | freebsd-ports-gnome-4a93be3f45c9419aa264c4f447e668635b3fb8fb.tar.gz freebsd-ports-gnome-4a93be3f45c9419aa264c4f447e668635b3fb8fb.tar.zst freebsd-ports-gnome-4a93be3f45c9419aa264c4f447e668635b3fb8fb.zip |
Fix 1 typo in pkg-install and chang Makefile to actually do the
subistution of SUBDIR and not BINDIR.
But PORTREVISION
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 8f774ef74301..4816fce6c829 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -6,7 +6,7 @@ PORTNAME= setiathome PORTVERSION= 3.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ \ @@ -36,7 +36,7 @@ NO_CDROM= "interactive install" BROKEN= "currently supports only FreeBSD 2.2.6 and above" .endif -EXTRACT_CMD= cat +EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= STRIP= # aout is already stripped SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} @@ -74,18 +74,11 @@ MAN1+= x${PORTNAME}.1 .endif # -# Post-extract -# - -post-extract: - @${CP} ${FILESDIR}/${SCRIPT} ${WRKSRC} - -# # Post-configure # post-configure: - @${PERL} -pi.fbsd -e 's.!!BINDIR!!.${SBINSUBDIR}.g' ${WRKSRC}/${SCRIPT} + @${SED} -e 's.!!SUBDIR!!.${SBINSUBDIR}.g' ${FILESDIR}/${SCRIPT} > ${WRKSRC}/${SCRIPT} # # Install |