diff options
author | is <is@pkgsrc.org> | 2010-03-08 13:49:40 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2010-03-08 13:49:40 +0000 |
commit | 6f306457808c23b415ac5a6a2ab7f9009c78c82b (patch) | |
tree | de78c20de0b86ce4917664d253608981e687271b /www/wwwoffle | |
parent | b639b3a94c33e749afb4dd64ca3f2917e658b339 (diff) | |
download | pkgsrc-6f306457808c23b415ac5a6a2ab7f9009c78c82b.tar.gz |
Move PKG_DESTDIR_SUPPORT in front of .include <options.mk> - else it
doesn't work!
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 |