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/thttpd | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 83ba9e9537d..b29ace283bb 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2009/12/13 17:42:36 asau Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/28 06:31:06 asau Exp $ DISTNAME= thttpd-2.25b PKGREVISION= 5 @@ -30,7 +30,6 @@ EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/thttpd.conf ${PKG_SYSCONFDIR}/thttpd.conf RCD_SCRIPTS= thttpd -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= $(PKGMANDIR)/man1 share/thttpd SUBST_CLASSES+= paths |