pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/htdig www/htdig: Fix unwanted directory removal



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f34a670ebc9
branches:  trunk
changeset: 603992:7f34a670ebc9
user:      marino <marino%pkgsrc.org@localhost>
date:      Sun May 20 06:24:54 2012 +0000

description:
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:

 www/htdig/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6426c55055d0 -r 7f34a670ebc9 www/htdig/Makefile
--- a/www/htdig/Makefile        Sun May 20 06:09:25 2012 +0000
+++ b/www/htdig/Makefile        Sun May 20 06:24:54 2012 +0000
@@ -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 @@
 CXXFLAGS+=             -Wno-deprecated
 
 PKG_SYSCONFSUBDIR=     htdig
+INSTALLATION_DIRS+=    share/htdig/common
 
 DBDIR?=                ${VARBASE}/db/htdig
 MESSAGE_SUBST+=        DBDIR=${DBDIR}



Home | Main Index | Thread Index | Old Index