[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / freeciv-client

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

Diff for /pkgsrc/games/freeciv-client/Makefile between version 1.42 and 1.43

version 1.42, 2010/06/13 22:44:19 version 1.43, 2010/06/21 07:53:14
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGNAME=        ${DISTNAME:S/-/-client-/}  PKGNAME=        ${DISTNAME:S/-/-client-/}
 PKGREVISION=    3  
 COMMENT=        Freeciv client  COMMENT=        Freeciv client
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
Line 14  USE_TOOLS+=  pkg-config
Line 13  USE_TOOLS+=  pkg-config
 CONFIGURE_ARGS+=        --disable-make-data  CONFIGURE_ARGS+=        --disable-make-data
 CONFIGURE_ARGS+=        --disable-server  CONFIGURE_ARGS+=        --disable-server
   
   SUBST_CLASSES+=                 installfix
   SUBST_STAGE.installfix=         post-patch
   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.
   
 .include "../../games/freeciv-share/Makefile.common"  .include "../../games/freeciv-share/Makefile.common"
   
 .include "options.mk"  .include "options.mk"

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>