diff options
author | tron <tron> | 2010-07-10 11:50:20 +0000 |
---|---|---|
committer | tron <tron> | 2010-07-10 11:50:20 +0000 |
commit | 2d1836deed584646d8f6377b88d96bfa7f265623 (patch) | |
tree | 6534f61f1a5b1a844bab00c37fdc470022cf3b71 /net | |
parent | 8264d63ee8bd4558996fd81de8706f4e22b4b630 (diff) | |
download | pkgsrc-2d1836deed584646d8f6377b88d96bfa7f265623.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index c3dba1a5276..84ece350320 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -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_FILES.files= ../mrtg.conf.example ../netstat2mrtg \ 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} |