pkgsrc-WIP-changes archive

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

exabgp4: Ensure that etc subdir is created on install



Module Name:	pkgsrc-wip
Committed By:	Jørn Åne de Jong <jorn.dejong%uninett.no@localhost>
Pushed By:	jornane
Date:		Thu Mar 18 23:32:19 2021 +0100
Changeset:	50564bfb7d6a06e99f9735297420b62e424b6218

Modified Files:
	exabgp4/Makefile

Log Message:
exabgp4: Ensure that etc subdir is created on install

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=50564bfb7d6a06e99f9735297420b62e424b6218

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 exabgp4/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/exabgp4/Makefile b/exabgp4/Makefile
index 1059e90594..6abd6a06a9 100644
--- a/exabgp4/Makefile
+++ b/exabgp4/Makefile
@@ -3,7 +3,7 @@
 VERSION=		4.2.11
 DISTNAME=		${VERSION}
 PKGNAME=		exabgp4-${VERSION}
-PKGREVISION=		1
+PKGREVISION=		2
 EGG_NAME=		exabgp-${VERSION}
 CATEGORIES=		net
 MASTER_SITES=		${MASTER_SITE_GITHUB:=Exa-Networks/exabgp/archive/}
@@ -64,11 +64,10 @@ USE_LANGUAGES=		# none
 
 RCD_SCRIPTS+=		exabgp
 
-# TODO copying of these files fails during binary installation,
-# because /usr/pkg/etc/exabgp does not exist, don't know how to fix
+PKG_SYSCONFSUBDIR=	exabgp
 CONF_FILES+=		${PREFIX}/share/examples/exabgp/exabgp.env ${PREFIX}/etc/exabgp/exabgp.env
 
-INSTALLATION_DIRS+=	share/exabgp share/examples/exabgp bin etc/exabgp
+INSTALLATION_DIRS+=	share/exabgp share/examples/exabgp bin
 INSTALLATION_DIRS+=	${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 FILES_SUBST+=		PYTHONBIN=${PYTHONBIN}


Home | Main Index | Thread Index | Old Index