From bd2788d930980fb7fff304fa568751d0f69d819b Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 19 Aug 2005 18:12:36 +0000 Subject: Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly. --- net/djbdns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/djbdns') diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 52b0600435a..85026ab4b2b 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2005/08/19 04:44:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.49 2005/08/19 18:12:38 jlam Exp $ DISTNAME= djbdns-1.05 PKGREVISION= 7 @@ -24,7 +24,7 @@ EGDIR= ${PREFIX}/share/examples/djbdns CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" USE_PKGINSTALL= yes MAKE_DIRS+= ${PKG_SYSCONFDIR} -SUPPORT_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global +CONF_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global PLIST_SRC= ${PKGDIR}/PLIST .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -- cgit v1.2.3