diff options
author | rodent <rodent@pkgsrc.org> | 2015-07-04 14:36:52 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-07-04 14:36:52 +0000 |
commit | 41e9dd1440a96eccdf431527befecb77eaf37afa (patch) | |
tree | 4f45352a701e2aba3d082703dec297773ce28578 | |
parent | b10338a2bbd6f3a045b1a7bcf8d8507236fdc168 (diff) | |
download | pkgsrc-41e9dd1440a96eccdf431527befecb77eaf37afa.tar.gz |
Revert last commit to x11/lbxproxy.
-rw-r--r-- | doc/CHANGES-2015 | 3 | ||||
-rw-r--r-- | x11/lbxproxy/Makefile | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/CHANGES-2015 b/doc/CHANGES-2015 index 23b4d9bd474..0dfd8fbb21e 100644 --- a/doc/CHANGES-2015 +++ b/doc/CHANGES-2015 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2015,v 1.2900 2015/07/04 14:20:02 rodent Exp $ +$NetBSD: CHANGES-2015,v 1.2901 2015/07/04 14:36:52 rodent Exp $ Changes to the packages collection and infrastructure in 2015: @@ -5524,4 +5524,3 @@ Changes to the packages collection and infrastructure in 2015: Updated net/haproxy to 1.5.14 [morr 2015-07-04] Updated lang/nodejs to 0.12.6 [fhajny 2015-07-04] Updated meta-pkgs/modular-xorg-drivers to 1.14.2nb4 [rodent 2015-07-04] - Updated x11/lbxproxy to 1.0.3nb1 [rodent 2015-07-04] diff --git a/x11/lbxproxy/Makefile b/x11/lbxproxy/Makefile index 12d7cb47330..560880f71ac 100644 --- a/x11/lbxproxy/Makefile +++ b/x11/lbxproxy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2015/07/04 14:19:49 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/04 14:36:52 rodent Exp $ DISTNAME= lbxproxy-1.0.3 -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -17,7 +16,7 @@ USE_TOOLS+= pkg-config EGDIR= share/examples/lbxproxy CONF_FILES+= ${EGDIR}/AtomControl ${PKG_SYSCONFDIR}/X11/lbxproxy/AtomControl -INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/X11/lbxproxy ${EGDIR} +INSTALLATION_DIRS+= ${EGDIR} post-install: ${RM} ${DESTDIR}${PKG_SYSCONFDIR}/X11/lbxproxy/AtomControl |