diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 19:35:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 19:35:03 +0000 |
commit | 0d1795bf2ee03aa4231b49262e1aba700ca46ef5 (patch) | |
tree | ad57ed4b2128d9d1659250275aea473ceb3eb163 /www/htdig | |
parent | a9ad14a7771a378dab08f2aad1a4b162d223a924 (diff) | |
download | pkgsrc-0d1795bf2ee03aa4231b49262e1aba700ca46ef5.tar.gz |
+PKG_DESTDIR_SUPPORT
Diffstat (limited to 'www/htdig')
-rw-r--r-- | www/htdig/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index b8594ea3c21..e4e925fdbac 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/12/02 12:32:40 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2009/12/17 19:35:03 abs Exp $ DISTNAME= htdig-3.1.6 PKGREVISION= 5 @@ -20,7 +20,8 @@ CONFIGURE_ARGS+= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ --with-database-dir=${DBDIR:Q} \ --with-image-dir=${PREFIX}/share/examples/htdig \ --with-search-dir=${PREFIX}/share/examples/htdig -CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread" +MAKE_ENV+= INSTALL_ROOT=${DESTDIR:Q} +CONFIGURE_ENV+= PDF_PARSER="${PREFIX}/bin/acroread" CXXFLAGS+= -Wno-deprecated CPPFLAGS+= ${CXXFLAGS} @@ -38,6 +39,8 @@ CONF_FILES+= ${PREFIX}/share/examples/htdig/htdig.conf \ EXTRACT_OPTS+= -x EXTRACT_ELEMENTS= ${DISTNAME}/db* +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../databases/db/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |