diff options
author | gson <gson@pkgsrc.org> | 2010-06-06 17:31:05 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2010-06-06 17:31:05 +0000 |
commit | 3d57093de55b80cb873fbbab29f2e1fc66ae3fda (patch) | |
tree | 0a15f8ec83dcaa4f80182903de6a98e7030b0174 /net/miredo | |
parent | 1faf074d3a498bbf0e6219733b0876800ccc60f5 (diff) | |
download | pkgsrc-3d57093de55b80cb873fbbab29f2e1fc66ae3fda.tar.gz |
Set PKG_SYSCONFSUBDIR so that the initial configuration files are
installed in the same directory where miredo looks for them.
Diffstat (limited to 'net/miredo')
-rw-r--r-- | net/miredo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index bd96e36a476..5554804b713 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2010/05/14 06:22:18 pettai Exp $ +# $NetBSD: Makefile,v 1.18 2010/06/06 17:31:05 gson Exp $ DISTNAME= miredo-1.1.7 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.remlab.net/files/miredo/archive/ EXTRACT_SUFX= .tar.bz2 @@ -22,6 +23,7 @@ USE_LIBTOOL= yes PKG_DESTDIR_SUPPORT= user-destdir +PKG_SYSCONFSUBDIR?= miredo EGDIR= ${PREFIX}/share/examples/miredo CONF_FILES= ${EGDIR}/miredo.conf ${PKG_SYSCONFDIR}/miredo.conf CONF_FILES+= ${EGDIR}/miredo-server.conf \ |