pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/grive2



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 21:32:32 UTC 2020

Modified Files:
        pkgsrc/net/grive2: Makefile

Log Message:
net/grive2: remove nonexistent file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/grive2/Makefile

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

Modified files:

Index: pkgsrc/net/grive2/Makefile
diff -u pkgsrc/net/grive2/Makefile:1.20 pkgsrc/net/grive2/Makefile:1.21
--- pkgsrc/net/grive2/Makefile:1.20     Sun Mar  8 16:50:52 2020
+++ pkgsrc/net/grive2/Makefile  Fri May  1 21:32:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/03/08 16:50:52 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/01 21:32:32 rillig Exp $
 
 DISTNAME=      grive2-0.4.1
 PKGREVISION=   16
@@ -19,7 +19,7 @@ USE_LANGUAGES=        c c++
 SUBST_CLASSES+=                manpath
 SUBST_MESSAGE.manpath= Fix manpath
 SUBST_STAGE.manpath=   pre-configure
-SUBST_FILES.manpath=   bgrive/CMakeLists.txt grive/CMakeLists.txt
+SUBST_FILES.manpath=   grive/CMakeLists.txt
 SUBST_SED.manpath=     -e 's,DESTINATION share/man,DESTINATION ${PKGMANDIR},g'
 
 .include "../../security/libgcrypt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index