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:   nia
Date:           Sat Jun 15 15:02:13 UTC 2019

Modified Files:
        pkgsrc/x11/dunst: Makefile

Log Message:
dunst: Uses pod2man.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/x11/dunst/Makefile:1.15
--- pkgsrc/x11/dunst/Makefile:1.14      Mon Jun 10 13:06:54 2019
+++ pkgsrc/x11/dunst/Makefile   Sat Jun 15 15:02:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/06/10 13:06:54 nia Exp $
+# $NetBSD: Makefile,v 1.15 2019/06/15 15:02:13 nia Exp $
 
 DISTNAME=      dunst-1.4.0
 CATEGORIES=    x11
@@ -10,7 +10,7 @@ HOMEPAGE=     https://dunst-project.org/
 COMMENT=       Customizable and lightweight notification-daemon
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pod2man pkg-config
 
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
 MAKE_FLAGS+=   SYSTEMD=0



Home | Main Index | Thread Index | Old Index