diff options
-rw-r--r-- | games/freeciv-gtk2/Makefile | 6 | ||||
-rw-r--r-- | games/freeciv/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 34124575f6ef..686a1cd09027 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -3,7 +3,7 @@ # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.15 1999/01/30 17:48:46 vanilla Exp $ +# $Id: Makefile,v 1.16 1999/02/01 01:22:16 obrien Exp $ # DISTNAME= freeciv-1.7.2 @@ -13,11 +13,11 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ada@bsd.org -BROKEN='no route to the *single* mastersite' - BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BROKEN='no route to the *single* mastersite' + EXTRACT_CMD= bzip2 EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= | tar xf - diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 34124575f6ef..686a1cd09027 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -3,7 +3,7 @@ # Date created: Jun 20 1997 # Whom: ada@bsd.org # -# $Id: Makefile,v 1.15 1999/01/30 17:48:46 vanilla Exp $ +# $Id: Makefile,v 1.16 1999/02/01 01:22:16 obrien Exp $ # DISTNAME= freeciv-1.7.2 @@ -13,11 +13,11 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ada@bsd.org -BROKEN='no route to the *single* mastersite' - BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BROKEN='no route to the *single* mastersite' + EXTRACT_CMD= bzip2 EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= | tar xf - |