pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/thttpd Set INSTALLATION_DIRS properly. Fixes insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/372ca24ce02b
branches:  trunk
changeset: 639766:372ca24ce02b
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Sep 25 08:18:35 2014 +0000

description:
Set INSTALLATION_DIRS properly. Fixes installation on at least SunOS.

diffstat:

 www/thttpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a8152b8979e -r 372ca24ce02b www/thttpd/Makefile
--- a/www/thttpd/Makefile       Wed Sep 24 23:31:36 2014 +0000
+++ b/www/thttpd/Makefile       Thu Sep 25 08:18:35 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index