diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-24 15:20:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-24 15:20:06 +0000 |
commit | 2d16f9331606efc28ebaadafdd4335df9b94a649 (patch) | |
tree | 275c105183132749a3e49048d5f6d6b4140c9bf4 /www | |
parent | 79be3f322f0d144b97c1f19b99bfc230c8cecbd3 (diff) | |
download | pkgsrc-2d16f9331606efc28ebaadafdd4335df9b94a649.tar.gz |
Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is
only necessary because PKG_DESTDIR_SUPPORT must be defined before
bsd.prefs.mk is included.
Diffstat (limited to 'www')
-rw-r--r-- | www/htmldoc-x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/htmldoc-x11/Makefile b/www/htmldoc-x11/Makefile index d0d787672dd..496766837a2 100644 --- a/www/htmldoc-x11/Makefile +++ b/www/htmldoc-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/04/23 20:23:38 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/04/24 15:20:06 jlam Exp $ PKGNAME= ${PKGNAME_BASE:S/-/-x11-/} @@ -8,6 +8,9 @@ PKGDIR= ${.CURDIR}/../../www/htmldoc DESCR_SRC= ${.CURDIR}/DESCR +# Mirror PKG_DESTDIR_SUPPORT setting from htmldoc/Makefile. +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" PKG_OPTIONS.htmldoc+= htmldoc-gui |