pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/miredo Name of sample config files has been changed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c3997e23607
branches:  trunk
changeset: 536726:1c3997e23607
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 21 12:43:09 2007 +0000

description:
Name of sample config files has been changed.
Bump PKGREVISION.

And this package is DESTDIR ready.

diffstat:

 net/miredo/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 47f9a8e5ebac -r 1c3997e23607 net/miredo/Makefile
--- a/net/miredo/Makefile       Fri Dec 21 12:40:35 2007 +0000
+++ b/net/miredo/Makefile       Fri Dec 21 12:43:09 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/07/08 12:35:10 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/12/21 12:43:09 obache Exp $
 
 DISTNAME=      miredo-1.0.6
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.remlab.net/files/miredo/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,11 +16,13 @@
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 EGDIR=         ${PREFIX}/share/examples/miredo
-CONF_FILES=    ${EGDIR}/miredo.conf-dist ${PKG_SYSCONFDIR}/miredo.conf
-CONF_FILES+=   ${EGDIR}/miredo-server.conf-dist \
+CONF_FILES=    ${EGDIR}/miredo.conf ${PKG_SYSCONFDIR}/miredo.conf
+CONF_FILES+=   ${EGDIR}/miredo-server.conf \
                ${PKG_SYSCONFDIR}/miredo-server.conf
-CONF_FILES+=   ${EGDIR}/isatapd.conf-dist ${PKG_SYSCONFDIR}/isatapd.conf
+CONF_FILES+=   ${EGDIR}/isatapd.conf ${PKG_SYSCONFDIR}/isatapd.conf
 
 CONFIGURE_ARGS+=       --enable-examplesdir=${EGDIR} --disable-sample-conf
 



Home | Main Index | Thread Index | Old Index