pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/rox



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 17:48:36 UTC 2020

Modified Files:
        pkgsrc/sysutils/rox: Makefile

Log Message:
sysutils/rox: remove no-op file from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/sysutils/rox/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/rox/Makefile
diff -u pkgsrc/sysutils/rox/Makefile:1.95 pkgsrc/sysutils/rox/Makefile:1.96
--- pkgsrc/sysutils/rox/Makefile:1.95   Fri Mar 20 11:58:22 2020
+++ pkgsrc/sysutils/rox/Makefile        Sat May 16 17:48:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2020/03/20 11:58:22 nia Exp $
+# $NetBSD: Makefile,v 1.96 2020/05/16 17:48:36 rillig Exp $
 #
 
 DISTNAME=      rox-filer-2.10
@@ -27,8 +27,7 @@ INSTALLATION_DIRS=    bin libexec/rox ${PKG
 SUBST_CLASSES+=                path
 SUBST_MESSAGE.path=    Fixing hardcoded paths.
 SUBST_STAGE.path=      pre-configure
-SUBST_FILES.path=      ROX-Filer/AppRun
-SUBST_FILES.path+=     ROX-Filer/src/choices.c
+SUBST_FILES.path=      ROX-Filer/src/choices.c
 SUBST_FILES.path+=     ROX-Filer/src/type.c
 SUBST_FILES.path+=     ROX-Filer/src/xdgmime.c
 SUBST_SED.path=                -e 's,/usr/local,${PREFIX},g'



Home | Main Index | Thread Index | Old Index