pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/proxymngr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 29 16:28:08 UTC 2018

Modified Files:
        pkgsrc/x11/proxymngr: Makefile

Log Message:
proxymngr: make sure target directory for config exists.

pkglint fix: Add PKG_SYSCONFBASE to BUILD_DEFS.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/proxymngr/Makefile

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

Modified files:

Index: pkgsrc/x11/proxymngr/Makefile
diff -u pkgsrc/x11/proxymngr/Makefile:1.5 pkgsrc/x11/proxymngr/Makefile:1.6
--- pkgsrc/x11/proxymngr/Makefile:1.5   Wed Mar  7 11:57:39 2018
+++ pkgsrc/x11/proxymngr/Makefile       Thu Nov 29 16:28:08 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/03/07 11:57:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/29 16:28:08 wiz Exp $
 
 DISTNAME=      proxymngr-1.0.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -18,9 +18,12 @@ USE_LANGUAGES=       c c++
 USE_TOOLS+=    pkg-config
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE:Q}
 
+OWN_DIRS+=     ${PKG_SYSCONFDIR}/X11/proxymngr
 EGDIR=         share/examples/proxymngr
 CONF_FILES+=   ${EGDIR}/pmconfig ${PKG_SYSCONFDIR}/X11/proxymngr/pmconfig
 
+BUILD_DEFS+=   PKG_SYSCONFBASE
+
 INSTALLATION_DIRS+=    ${EGDIR}
 
 post-install:



Home | Main Index | Thread Index | Old Index