pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/parpd Use config file framework. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4cafaadf09d
branches:  trunk
changeset: 548110:d4cafaadf09d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 09 02:18:22 2008 +0000

description:
Use config file framework. Bump revision.

diffstat:

 net/parpd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3e66f19b4e86 -r d4cafaadf09d net/parpd/Makefile
--- a/net/parpd/Makefile        Thu Oct 09 01:55:07 2008 +0000
+++ b/net/parpd/Makefile        Thu Oct 09 02:18:22 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2008/10/09 02:18:22 joerg Exp $
 #
 
 DISTNAME=              parpd-1.0
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/parpd/
 EXTRACT_SUFX=          .tar.bz2
@@ -17,6 +18,8 @@
 MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}/man
 INSTALL_MAKE_FLAGS+=   SYSCONFDIR=${EGDIR}
 
+CONF_FILES=            ${EGDIR}/parpd.conf ${PKG_SYSCONFDIR}/parpd.conf
+
 SUBST_CLASSES+=                paths
 SUBST_FILES.paths=     parpd.c parpd.8
 SUBST_SED.paths=       -e 's,/etc,${PKG_SYSCONFDIR},'



Home | Main Index | Thread Index | Old Index