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/ap-ssl | |
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/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 51205a4de74..8dbce000227 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2005/07/14 04:04:58 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2005/08/19 18:12:39 jlam Exp $ DISTNAME= mod_ssl-2.8.23-1.3.33 PKGNAME= ap-ssl-2.8.23 @@ -38,13 +38,13 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/ssl.prm OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/ssl.key \ ${ROOT_USER} ${ROOT_GROUP} 0700 -SUPPORT_FILES= # empty -SUPPS= ssl.crl/Makefile.crl ssl.crl/README.CRL \ +CONF_FILES= # empty +CONFS= ssl.crl/Makefile.crl ssl.crl/README.CRL \ ssl.crt/Makefile.crt ssl.crt/README.CRT \ ssl.csr/README.CSR ssl.csr/README.CSR \ ssl.key/README.KEY ssl.prm/README.PRM -.for FILE in ${SUPPS} -SUPPORT_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} +.for FILE in ${CONFS} +CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE} .endfor .include "../../security/openssl/buildlink3.mk" |