From 97934cba3332c18dbcb99c91caca41730b1a0a1a Mon Sep 17 00:00:00 2001 From: kamil Date: Tue, 14 Jun 2016 18:14:17 +0000 Subject: Fix prefix to software in config.h of dunst Bump PKGREVISION. Patch by Mateusz Poszwa. --- x11/dunst/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') 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' -- cgit v1.2.3