diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-02 08:43:25 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-02 08:43:25 +0000 |
commit | e9e16818e5beacb4dc5c58eb2feefa6cd1145e50 (patch) | |
tree | 7f369a710bada151f6987118f6c813252ce9847b /net/netdisco | |
parent | f499e980076fd446a2ec1e6e5272be6fc067b08d (diff) | |
download | pkgsrc-e9e16818e5beacb4dc5c58eb2feefa6cd1145e50.tar.gz |
Add INSTALLATION_DIRS.
Diffstat (limited to 'net/netdisco')
-rw-r--r-- | net/netdisco/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 06c63b4f68f..0d57fb6ae1e 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/09/12 23:00:08 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2016/04/02 08:43:25 jperkin Exp $ DISTNAME= netdisco-${PKGVERSION}_with_mibs PKGNAME= netdisco-${PKGVERSION} @@ -31,6 +31,8 @@ DEPENDS+= p5-Parallel-ForkManager-[0-9]*:../../devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= ${EGDIR} ${PKGBASE} + .include "../../mk/bsd.prefs.mk" USE_TOOLS+= pax perl:run @@ -146,8 +148,6 @@ do-build: do-install: ${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon cd ${WRKSRC:Q} && pax -rw -pp . ${DESTDIR}${PREFIX:Q}/netdisco - ${MKDIR} ${DESTDIR}${EGDIR} - set -e; \ for i in netdisco.conf netdisco-topology.txt netdisco.crontab \ netdisco_apache.conf netdisco_apache_dir.conf; do \ |