diff options
author | marino <marino@pkgsrc.org> | 2012-05-20 06:24:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-20 06:24:54 +0000 |
commit | ad7dc1a89a50465c63be8ec9f9e5277ed919e70e (patch) | |
tree | 60f157609d811f29ca889687c41d4ba663bc4e95 /www/htdig | |
parent | d43280b8fe8a273fdb60d836550cd45e2daa6b7a (diff) | |
download | pkgsrc-ad7dc1a89a50465c63be8ec9f9e5277ed919e70e.tar.gz |
www/htdig: Fix unwanted directory removal
Add share/htdig/common to INSTALLATION_DIRS since it's installing files
there. Without it, share/htdig/common is left over after www/htdig is
deinstalled.
Diffstat (limited to 'www/htdig')
-rw-r--r-- | www/htdig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index d0b339196ec..85f194e3d92 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2011/12/05 10:18:17 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2012/05/20 06:24:54 marino Exp $ DISTNAME= htdig-3.2.0b6 PKGREVISION= 1 @@ -27,6 +27,7 @@ CONFIGURE_ENV+= PDF_PARSER="${LOCALBASE}/bin/acroread" CXXFLAGS+= -Wno-deprecated PKG_SYSCONFSUBDIR= htdig +INSTALLATION_DIRS+= share/htdig/common DBDIR?= ${VARBASE}/db/htdig MESSAGE_SUBST+= DBDIR=${DBDIR} |