diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dunst/Makefile | 5 |
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' |