diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/ap-ssl | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/ap-ssl')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 2435d49ebc6..812b6518ec7 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2012/10/03 21:58:26 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2012/10/28 06:30:05 asau Exp $ DISTNAME= mod_ssl-2.8.31-1.3.41 PKGNAME= ap13-ssl-2.8.31 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.modssl.org/ COMMENT= SSL/TLS protocols module for Apache -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= apache-1.3.[0-9] apache-*modssl-[0-9]* apache6-[0-9]* CONFLICTS+= ap-ssl-[0-9]* |