diff options
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index bceb4cb3916..d5d91d21423 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2009/12/21 01:01:15 zafer Exp $ +# $NetBSD: Makefile,v 1.74 2010/03/08 13:49:40 is Exp $ DISTNAME= wwwoffle-2.9a PKGREVISION= 1 @@ -25,6 +25,8 @@ INSTALLATION_DIRS= sbin libdata RCD_SCRIPTS= wwwoffled +PKG_DESTDIR_SUPPORT= user-destdir + SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= pre-configure SUBST_MESSAGE.fix-paths= Fixing absolute paths. @@ -46,7 +48,6 @@ post-build: ${RM} $$f.old; \ done -PKG_DESTDIR_SUPPORT = user-destdir # For bulk-build machines: a one-time install/deinstall, if wwwoffle # is never run, leaves an incomplete cache directory, which the install |