diff options
-rw-r--r-- | games/crossfire-client/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/crossfire-client/Makefile.common b/games/crossfire-client/Makefile.common index 6ff64b8f42f..0ab5018b9dd 100644 --- a/games/crossfire-client/Makefile.common +++ b/games/crossfire-client/Makefile.common @@ -1,4 +1,7 @@ -# $NetBSD: Makefile.common,v 1.3 2008/11/04 08:36:34 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2011/01/12 10:36:43 wiz Exp $ +# used by games/crossfire-client/Makefile +# used by games/crossfire-client-gtk/Makefile +# used by games/crossfire-client-gtk2/Makefile DISTNAME= crossfire-client-${CROSSFIRE_VERSION} CATEGORIES= games x11 @@ -10,7 +13,7 @@ HOMEPAGE= http://crossfire.real-time.com/ CROSSFIRE_VERSION= 1.11.0 DISTINFO_FILE= ${.CURDIR}/../../games/crossfire-client/distinfo -PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches +#PATCHDIR= ${.CURDIR}/../../games/crossfire-client/patches PKG_DESTDIR_SUPPORT= user-destdir |