pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Jun 14 18:14:18 UTC 2016

Modified Files:
        pkgsrc/x11/dunst: Makefile

Log Message:
Fix prefix to software in config.h of dunst

Bump PKGREVISION.

Patch by Mateusz Poszwa.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/dunst/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.2 pkgsrc/x11/dunst/Makefile:1.3
--- pkgsrc/x11/dunst/Makefile:1.2       Mon Jun 13 22:40:26 2016
+++ pkgsrc/x11/dunst/Makefile   Tue Jun 14 18:14:17 2016
@@ -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}/${PKGMA
 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