diff options
Diffstat (limited to 'x11/lbxproxy/Makefile')
-rw-r--r-- | x11/lbxproxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/lbxproxy/Makefile b/x11/lbxproxy/Makefile index a8f1f215408..12d7cb47330 100644 --- a/x11/lbxproxy/Makefile +++ b/x11/lbxproxy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2015/07/04 09:16:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/07/04 14:19:49 rodent Exp $ DISTNAME= lbxproxy-1.0.3 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -16,7 +17,7 @@ USE_TOOLS+= pkg-config EGDIR= share/examples/lbxproxy CONF_FILES+= ${EGDIR}/AtomControl ${PKG_SYSCONFDIR}/X11/lbxproxy/AtomControl -INSTALLATION_DIRS+= ${EGDIR} +INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/X11/lbxproxy ${EGDIR} post-install: ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/X11/lbxproxy/AtomControl |