summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgson <gson>2010-06-06 17:31:05 +0000
committergson <gson>2010-06-06 17:31:05 +0000
commitd74f052083bd212596c34c4ec07b02400584e086 (patch)
tree0a15f8ec83dcaa4f80182903de6a98e7030b0174
parent91ddc1f50d11978a15071caf2b979ec1f4c4b46d (diff)
downloadpkgsrc-d74f052083bd212596c34c4ec07b02400584e086.tar.gz
Set PKG_SYSCONFSUBDIR so that the initial configuration files are
installed in the same directory where miredo looks for them.
-rw-r--r--net/miredo/Makefile4
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 \