pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mrtg Add "libexec" to installation directories to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79e6153eefb7
branches:  trunk
changeset: 577392:79e6153eefb7
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jul 10 11:50:20 2010 +0000

description:
Add "libexec" to installation directories to get the correct files installed
in case that directory doesn't exist already. This fixes destination
directory builds.

diffstat:

 net/mrtg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6cb95cfb678 -r 79e6153eefb7 net/mrtg/Makefile
--- a/net/mrtg/Makefile Sat Jul 10 11:50:15 2010 +0000
+++ b/net/mrtg/Makefile Sat Jul 10 11:50:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2010/07/09 08:45:33 adam Exp $
+# $NetBSD: Makefile,v 1.99 2010/07/10 11:50:20 tron Exp $
 
 DISTNAME=      mrtg-2.16.4
 CATEGORIES=    net
@@ -33,7 +33,7 @@
 SUBST_SED.files=       -e "s|@PREFIX@|${PREFIX}|g"
 SUBST_MESSAGE.files=   Fixing default configuration files.
 
-INSTALLATION_DIRS+=    ${EGDIR}
+INSTALLATION_DIRS+=    ${EGDIR} libexec
 
 post-extract:
        cp ${FILESDIR}/mrtg.conf.example ${WRKDIR}



Home | Main Index | Thread Index | Old Index