summaryrefslogtreecommitdiff
path: root/x11/dunst
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-14 18:14:17 +0000
committerkamil <kamil@pkgsrc.org>2016-06-14 18:14:17 +0000
commit97934cba3332c18dbcb99c91caca41730b1a0a1a (patch)
treeff09729fa0a807964962cfec509beb651a818cc4 /x11/dunst
parentae5dc97fb5fa8093dae50a1c0ef76fe06ff47d03 (diff)
downloadpkgsrc-97934cba3332c18dbcb99c91caca41730b1a0a1a.tar.gz
Fix prefix to software in config.h of dunst
Bump PKGREVISION. Patch by Mateusz Poszwa.
Diffstat (limited to 'x11/dunst')
-rw-r--r--x11/dunst/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/dunst/Makefile b/x11/dunst/Makefile
index 91235ef1d9d..4f934bd9309 100644
--- a/x11/dunst/Makefile
+++ b/x11/dunst/Makefile
@@ -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 @@ MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR}
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'