diff options
author | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
commit | b99928fdbc9a42469c377a8a2847c9963522e04d (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /chat/jabberd | |
parent | 6376ed41fdc7ad082a01122a4e0c6a6c0e82ae9c (diff) | |
download | pkgsrc-b99928fdbc9a42469c377a8a2847c9963522e04d.tar.gz |
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.
Diffstat (limited to 'chat/jabberd')
-rw-r--r-- | chat/jabberd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd/Makefile b/chat/jabberd/Makefile index 160242265d5..6750f0e2267 100644 --- a/chat/jabberd/Makefile +++ b/chat/jabberd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/08/19 18:12:37 jlam Exp $ # DISTNAME= jabber-1.4.2 @@ -52,7 +52,7 @@ OWN_DIRS_PERMS+= ${f} ${JABBERD_USER} ${JABBERD_GROUP} 750 .undef f CONF_FILES= ${EGDIR}/jabber.xml ${PKG_SYSCONFDIR}/jabber.xml -SUPPORT_FILES= ${EGDIR}/platform-settings \ +CONF_FILES+= ${EGDIR}/platform-settings \ ${PKG_SYSCONFDIR}/platform-settings INSTALLATION_DIRS= sbin |