pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/freeciv-share
Module Name: pkgsrc
Committed By: rillig
Date: Thu May 21 15:58:40 UTC 2020
Modified Files:
pkgsrc/games/freeciv-share: suppress_installation.mk
Log Message:
games/freeciv-share: remove redundant SUBST block
Since common/Makefile.in is already patched, common/Makefile doesn't need
to.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/freeciv-share/suppress_installation.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/freeciv-share/suppress_installation.mk
diff -u pkgsrc/games/freeciv-share/suppress_installation.mk:1.6 pkgsrc/games/freeciv-share/suppress_installation.mk:1.7
--- pkgsrc/games/freeciv-share/suppress_installation.mk:1.6 Thu May 21 15:55:14 2020
+++ pkgsrc/games/freeciv-share/suppress_installation.mk Thu May 21 15:58:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: suppress_installation.mk,v 1.6 2020/05/21 15:55:14 rillig Exp $
+# $NetBSD: suppress_installation.mk,v 1.7 2020/05/21 15:58:40 rillig Exp $
# Makefile snippet to be included by freeciv-client and freeciv-server to
# prevent files installed by freeciv-share from being installed again.
@@ -34,10 +34,3 @@ SUBST_FILES.installmanfix4= Makefile
SUBST_SED.installmanfix4+= -e 's|install-data-am: install-docDATA|install-data-am: \# install-docDATA|'
SUBST_MESSAGE.installmanfix4= Suppressing installation of doc files already in freeciv-share
SUBST_NOOP_OK.installmanfix4= yes
-
-SUBST_CLASSES+= installfix2
-SUBST_STAGE.installfix2= post-configure
-SUBST_FILES.installfix2= common/Makefile
-SUBST_SED.installfix2+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|'
-SUBST_MESSAGE.installfix2= Suppressing installation of libs already in freeciv-share.
-SUBST_NOOP_OK.installfix2= yes
Home |
Main Index |
Thread Index |
Old Index