diff options
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index e9bd8e91e8d..14b8dbcf63d 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2006/09/26 13:48:43 abs Exp $ +# $NetBSD: Makefile,v 1.67 2006/10/23 11:06:23 rillig Exp $ DISTNAME= wwwoffle-2.9a +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ \ ftp://ftp.ibiblio.org/pub/Linux/apps/www/servers/ @@ -32,6 +33,9 @@ SUBST_SED.fix-paths= -e 's,@PREFIX@,${PREFIX},g' .include "options.mk" +post-extract: + chmod -R go-w ${WRKSRC} + post-build: cd ${WRKSRC}/cache/search/htdig/scripts; \ for f in wwwoffle-ht*; do \ |