summaryrefslogtreecommitdiff
path: root/www/ap-ssl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
committerjlam <jlam@pkgsrc.org>2001-12-02 06:56:38 +0000
commit55ffb37406a84184fb4d92bd4b3ea2544fdf25da (patch)
treecae588008c2ebc64dfaaf967400630b03c968bdf /www/ap-ssl
parente1a97d1b323c48b19428f035fb03e0cd0d908418 (diff)
downloadpkgsrc-55ffb37406a84184fb4d92bd4b3ea2544fdf25da.tar.gz
bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r--www/ap-ssl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index 213b749d40a..988a7f62db7 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2001/11/25 18:59:48 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2001/12/02 06:56:45 jlam Exp $
DISTNAME= mod_ssl-2.8.5-1.3.22
PKGNAME= ap-ssl-2.8.5
@@ -96,8 +96,6 @@ post-install:
cd ${WRKSRC}/pkg.sslcfg; ${INSTALL_DATA} README.PRM *.prm \
${EGDIR}/ssl.prm
- PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"