Sun Nov 1 19:40:40 2015 UTC ()
Fix sysconfdir.


(markd)
diff -r1.2 -r1.3 pkgsrc/x11/proxymngr/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/x11/proxymngr/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/proxymngr/Attic/Makefile 2015/08/06 07:21:26 1.2
+++ pkgsrc/x11/proxymngr/Attic/Makefile 2015/11/01 19:40:40 1.3
@@ -1,28 +1,29 @@ @@ -1,28 +1,29 @@
1# $NetBSD: Makefile,v 1.2 2015/08/06 07:21:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2015/11/01 19:40:40 markd Exp $
2 2
3DISTNAME= proxymngr-1.0.4 3DISTNAME= proxymngr-1.0.4
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= X proxy manager service 10COMMENT= X proxy manager service
11LICENSE= x11 11LICENSE= x11
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
 16CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
16 17
17EGDIR= share/examples/proxymngr 18EGDIR= share/examples/proxymngr
18CONF_FILES+= ${EGDIR}/pmconfig ${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig 19CONF_FILES+= ${EGDIR}/pmconfig ${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig
19 20
20INSTALLATION_DIRS+= ${EGDIR} 21INSTALLATION_DIRS+= ${EGDIR}
21 22
22post-install: 23post-install:
23 ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig 24 ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig
24 ${INSTALL_DATA} ${WRKSRC}/pmconfig ${DESTDIR}${PREFIX}/${EGDIR} 25 ${INSTALL_DATA} ${WRKSRC}/pmconfig ${DESTDIR}${PREFIX}/${EGDIR}
25 26
26BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17 27BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17
27.include "../../x11/xproto/buildlink3.mk" 28.include "../../x11/xproto/buildlink3.mk"
28.include "../../x11/xproxymanagementprotocol/buildlink3.mk" 29.include "../../x11/xproxymanagementprotocol/buildlink3.mk"