pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/dunst Fix prefix to software in config.h of dunst



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39d8e437d63c
branches:  trunk
changeset: 348493:39d8e437d63c
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Jun 14 18:14:17 2016 +0000

description:
Fix prefix to software in config.h of dunst

Bump PKGREVISION.

Patch by Mateusz Poszwa.

diffstat:

 x11/dunst/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r dd62a244215f -r 39d8e437d63c x11/dunst/Makefile
--- a/x11/dunst/Makefile        Tue Jun 14 18:03:07 2016 +0000
+++ b/x11/dunst/Makefile        Tue Jun 14 18:14:17 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/06/13 22:40:26 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/14 18:14:17 kamil Exp $
 
 DISTNAME=      dunst-1.1.0
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://www.knopwob.org/public/dunst-release/
 EXTRACT_SUFX=  .tar.bz2
@@ -17,7 +18,7 @@
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
-SUBST_FILES.fix-paths=         dunstrc
+SUBST_FILES.fix-paths=         dunstrc config.h
 SUBST_SED.fix-paths+=          -e 's,/usr/bin,${PREFIX}/bin,g'
 SUBST_SED.fix-paths+=          -e 's,/usr/share,${PREFIX}/share,g'
 



Home | Main Index | Thread Index | Old Index