diff options
author | tron <tron> | 1999-04-21 10:08:20 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-21 10:08:20 +0000 |
commit | 68def4788889de36de652ac99217b391df005fbb (patch) | |
tree | 3648899900be087d76e9890d177f181c088695b2 /www/wwwoffle/Makefile | |
parent | 163de363efc9cfaca0098ab7c80a9766d794f8ac (diff) | |
download | pkgsrc-68def4788889de36de652ac99217b391df005fbb.tar.gz |
Replace "${PREFIX}" with real installation path in message file.
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 84840958fa5..100f374e09b 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/20 20:06:49 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/21 10:08:20 tron Exp $ DISTNAME= wwwoffle-2.2 CATEGORIES= www @@ -12,11 +12,14 @@ HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/ USE_GMAKE= yes NO_CONFIGURE= yes +MESSAGE_FILE= ${WRKDIR}/MESSAGE PLIST_SRC= ${WRKDIR}/PLIST post-build: @${SED} -e 's#@PREFIX@#${PREFIX}#g' <${FILESDIR}/wwwoffle.sh \ >${WRKDIR}/wwwoffle.sh + @${SED} -e 's#@PREFIX@#${PREFIX}#g' <${PKGDIR}/MESSAGE \ + >${MESSAGE_FILE} @${SED} -e 's#@GTAR@#${GTAR}#g' <${PKGDIR}/PLIST >${PLIST_SRC} pre-install: |