diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-19 18:12:36 +0000 |
commit | 6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32 (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /www/sarg | |
parent | e8f515f3f8a796800848e9ae383424c678106310 (diff) | |
download | pkgsrc-6d1c6b0f339d44a3ddc4d7c84d04cef4285cfc32.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 'www/sarg')
-rw-r--r-- | www/sarg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 99c11e421e4..216cde20463 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 16:06:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2005/08/19 18:12:39 jlam Exp $ DISTNAME= sarg-1.4.1 CATEGORIES= www @@ -43,8 +43,8 @@ MAKE_ENV+= PKG_FLAGS="-DSQUID_ACCESSLOG='\"${SQUID_ACCESSLOG}\"' \ -DSARG_REPORTSDIR='\"${SARG_REPORTSDIR}\"'" \ EGDIR="${EGDIR}" -CONF_FILES= ${EGDIR}/sarg.conf ${PKG_SYSCONFDIR}/sarg.conf -SUPPORT_FILES= ${EGDIR}/exclude_codes ${PKG_SYSCONFDIR}/exclude_codes \ +CONF_FILES= ${EGDIR}/sarg.conf ${PKG_SYSCONFDIR}/sarg.conf \ + ${EGDIR}/exclude_codes ${PKG_SYSCONFDIR}/exclude_codes \ ${EGLNG}/Bulgarian_windows1251 \ ${CFLNG}/Bulgarian_windows1251 \ ${EGLNG}/Catalan ${CFLNG}/Catalan \ |