summaryrefslogtreecommitdiff
path: root/www/ap-ssl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-13 07:09:17 +0000
committerjlam <jlam>2001-07-13 07:09:17 +0000
commit03a6dd6fa68b8924591bf7640f135f0b395084b2 (patch)
tree6f97936deeb9a539bc07b5007be8c72a20640428 /www/ap-ssl/Makefile
parentbb13b45fb37e28767db6b8129d33334a3c80e8ed (diff)
downloadpkgsrc-03a6dd6fa68b8924591bf7640f135f0b395084b2.tar.gz
In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r--www/ap-ssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index e50dfcad4db..14534607681 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2001/06/09 06:50:24 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2001/07/13 07:09:24 jlam Exp $
DISTNAME= mod_ssl-2.8.4-1.3.20
PKGNAME= ap-ssl-2.8.4
@@ -36,6 +36,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL
FILES_SUBST= APACHE_SYSCONFDIR=${APACHE_SYSCONFDIR}
FILES_SUBST+= CAT=${CAT:Q}
FILES_SUBST+= CHMOD=${CHMOD:Q}
+FILES_SUBST+= CMP=${CMP:Q}
FILES_SUBST+= CP=${CP:Q}
FILES_SUBST+= MKDIR=${MKDIR:Q}
FILES_SUBST+= PREFIX=${PREFIX}