summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
committerjlam <jlam@pkgsrc.org>2005-08-19 18:12:36 +0000
commitbd2788d930980fb7fff304fa568751d0f69d819b (patch)
tree41d5fc337098f380e5f2c0106fb2d4d88fd977eb /www/ap-ssl
parente956158a4eb6d5a4d218d8ed22d012b1f05a74c6 (diff)
downloadpkgsrc-bd2788d930980fb7fff304fa568751d0f69d819b.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/Makefile10
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"