From 6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32 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. --- chat/gale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat/gale/Makefile') diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 7237465ed72..0d8e15ed308 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/08/19 18:12:36 jlam Exp $ # DISTNAME= gale-0.99a @@ -28,8 +28,8 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE} PKG_GROUPS= gale PKG_USERS= gale:gale -SUPPORT_FILES= ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/gale/COPYING -SUPPORT_FILES+= ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/gale/auth/trusted/ROOT +CONF_FILES= ${EGDIR}/COPYING ${PKG_SYSCONFDIR}/gale/COPYING +CONF_FILES+= ${EGDIR}/ROOT ${PKG_SYSCONFDIR}/gale/auth/trusted/ROOT OWN_DIRS= ${PKG_SYSCONFDIR} OWN_DIRS+= ${PKG_SYSCONFDIR}/auth OWN_DIRS+= ${PKG_SYSCONFDIR}/auth/private -- cgit v1.2.3