diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-01 22:01:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-01 22:01:00 +0000 |
commit | c1540b6c7ece5e456f80117381fde0826e8d0c85 (patch) | |
tree | 963ad4fafdb86c40c05497d474bddad1d98f0cf5 /games/freeciv-gtk2 | |
parent | Sync with peter's suggestion. (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=16469
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 6 |
1 files changed, 3 insertions, 3 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 - |