pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/qdirstat



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Nov 19 06:23:27 UTC 2018

Modified Files:
        pkgsrc/sysutils/qdirstat: Makefile

Log Message:
qdirstat: INSTALLATION_DIRS is still required.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/qdirstat/Makefile

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

Modified files:

Index: pkgsrc/sysutils/qdirstat/Makefile
diff -u pkgsrc/sysutils/qdirstat/Makefile:1.5 pkgsrc/sysutils/qdirstat/Makefile:1.6
--- pkgsrc/sysutils/qdirstat/Makefile:1.5       Sat Nov 17 20:02:41 2018
+++ pkgsrc/sysutils/qdirstat/Makefile   Mon Nov 19 06:23:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/11/17 20:02:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/19 06:23:27 markd Exp $
 
 DISTNAME=      qdirstat-1.5
 CATEGORIES=    sysutils
@@ -26,7 +26,7 @@ pre-configure:
 do-configure:
        cd ${WRKSRC} && qmake
 
-#INSTALLATION_DIRS= bin share/applications share/pixmaps share/doc/qdirstat
+INSTALLATION_DIRS= bin share/applications share/pixmaps
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/qdirstat ${DESTDIR}${PREFIX}/bin/qdirstat



Home | Main Index | Thread Index | Old Index