diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-09-25 08:18:35 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-09-25 08:18:35 +0000 |
commit | bc85051823e0f8a72efe5f8ac363f12c4b5544de (patch) | |
tree | 5665848daf93839ccc27af9434f1868d5a080617 /www | |
parent | cc2036c558dfcdea335a26766e529fdbfdff3f42 (diff) | |
download | pkgsrc-bc85051823e0f8a72efe5f8ac363f12c4b5544de.tar.gz |
Set INSTALLATION_DIRS properly. Fixes installation on at least SunOS.
Diffstat (limited to 'www')
-rw-r--r-- | www/thttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index b29ace283bb..b93959b90bc 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/10/28 06:31:06 asau Exp $ +# $NetBSD: Makefile,v 1.45 2014/09/25 08:18:35 fhajny Exp $ DISTNAME= thttpd-2.25b PKGREVISION= 5 @@ -30,7 +30,7 @@ EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/thttpd.conf ${PKG_SYSCONFDIR}/thttpd.conf RCD_SCRIPTS= thttpd -INSTALLATION_DIRS= $(PKGMANDIR)/man1 share/thttpd +INSTALLATION_DIRS= $(PKGMANDIR)/man1 share/thttpd ${EGDIR} SUBST_CLASSES+= paths SUBST_FILES.paths= thttpd.conf |