pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/fehqlibs Look for /etc/dnsrewrite under PKG_SYSCON...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7bc1f5d9978
branches: trunk
changeset: 324930:f7bc1f5d9978
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Sat Nov 03 17:01:08 2018 +0000
description:
Look for /etc/dnsrewrite under PKG_SYSCONFBASE. Bump PKGREVISION.
diffstat:
net/fehqlibs/Makefile | 37 +++++++++++++++++++++++++------------
1 files changed, 25 insertions(+), 12 deletions(-)
diffs (48 lines):
diff -r 4ed0a5f30331 -r f7bc1f5d9978 net/fehqlibs/Makefile
--- a/net/fehqlibs/Makefile Sat Nov 03 13:04:32 2018 +0000
+++ b/net/fehqlibs/Makefile Sat Nov 03 17:01:08 2018 +0000
@@ -1,19 +1,32 @@
-# $NetBSD: Makefile,v 1.1 2018/10/07 12:53:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2018/11/03 17:01:08 schmonz Exp $
-DISTNAME= fehQlibs-09
-PKGNAME= fehqlibs-0.9
-CATEGORIES= net
-MASTER_SITES= https://www.fehcom.de/ipnet/fehQlibs/
-EXTRACT_SUFX= .tgz
+DISTNAME= fehQlibs-09
+PKGNAME= fehqlibs-0.9
+PKGREVISION= 1
+CATEGORIES= net
+MASTER_SITES= https://www.fehcom.de/ipnet/fehQlibs/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= schmonz%NetBSD.org@localhost
+HOMEPAGE= https://www.fehcom.de/ipnet/qlibs.html
+COMMENT= State-of-the-art C routines for Internet services
+LICENSE= public-domain
-MAINTAINER= schmonz%NetBSD.org@localhost
-HOMEPAGE= https://www.fehcom.de/ipnet/qlibs.html
-COMMENT= State-of-the-art C routines for Internet services
-LICENSE= public-domain
+MAKE_JOBS_SAFE= no
+
+BUILD_TARGET= libs
-MAKE_JOBS_SAFE= no
+SUBST_CLASSES+= echo
+SUBST_STAGE.echo= pre-configure
+SUBST_FILES.echo= configure install
+SUBST_SED.echo= -e 's|echo -n|${ECHO_N}|g'
-BUILD_TARGET= libs
+SUBST_CLASSES+= etc
+SUBST_STAGE.etc= do-configure
+SUBST_FILES.etc= dnsstub/dns_rcrw.c
+SUBST_SED.etc= -e 's|/etc/dnsrewrite|${PKG_SYSCONFBASE}/dnsrewrite|g'
+
+BUILD_DEFS+= PKG_SYSCONFBASE
do-configure:
cd ${WRKSRC}; \
Home |
Main Index |
Thread Index |
Old Index