There are many many changes since 2.2 including: A new program has been added to the Freeciv suite: 'freeciv-modpack'. This makes it easier to download and install add-ons ('modpacks': rulesets, tilesets, etc) to the right place; you can enter a URL, choose an add-on from the list, and the tool will install it to the correct place for this version of Freeciv to use it. See http://freeciv.wikia.com/wiki/NEWS We also include a security fix.
16 lines
806 B
Makefile
16 lines
806 B
Makefile
# $NetBSD: suppress_installation.mk,v 1.1 2012/07/31 15:49:37 prlw1 Exp $
|
|
|
|
# Makefile snippet to be included by freeciv-client and freeciv-server to
|
|
# prevent files installed by freeciv-share from being installed again.
|
|
|
|
SUBST_CLASSES+= installmanfix
|
|
SUBST_STAGE.installmanfix= pre-configure
|
|
SUBST_FILES.installmanfix= Makefile.in
|
|
SUBST_SED.installmanfix+= -e 's|po doc||g'
|
|
SUBST_MESSAGE.installmanfix= Suppressing installation of man pages and localization files already in freeciv-share.
|
|
|
|
SUBST_CLASSES+= installfix
|
|
SUBST_STAGE.installfix= pre-configure
|
|
SUBST_FILES.installfix= common/Makefile.in
|
|
SUBST_SED.installfix+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|'
|
|
SUBST_MESSAGE.installfix= Suppressing installation of libs already in freeciv-share.
|