diff options
author | steve <steve@FreeBSD.org> | 1998-08-09 01:22:00 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-09 01:22:00 +0000 |
commit | 83c44c04f1e02da7e48010d89af09ed2ed8565b0 (patch) | |
tree | fb44b91f993f6eb52e98df73ed8530f41335581d /games/xroads/Makefile | |
parent | 1433601cb3a2b5fd46a19a77cb772b716fc2aac2 (diff) | |
download | FreeBSD-ports-83c44c04f1e02da7e48010d89af09ed2ed8565b0.zip FreeBSD-ports-83c44c04f1e02da7e48010d89af09ed2ed8565b0.tar.gz |
Update to version 0.3
PR: 7487
Submitted by: maintainer
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r-- | games/xroads/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile index cc916c5..bcdbad3 100644 --- a/games/xroads/Makefile +++ b/games/xroads/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xroads -# Version required: 0.1.5 +# Version required: 0.3 # Date created: 21 June 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/05 11:40:46 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:31:02 asami Exp $ # -DISTNAME= xroads-v0.1.5 -PKGNAME= xroads-0.1.5 +DISTNAME= xroads-v0.3 +PKGNAME= xroads-0.3 CATEGORIES= games MASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \ http://www.autobahn.mb.ca/~foxtrot/ \ @@ -16,11 +16,12 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \ MAINTAINER= andy@icc.surw.chel.su USE_X_PREFIX= yes +FETCH_BEFORE_ARGS= -t do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/xroads -.for file in map0 map1 map2 map3 +.for file in map0 map1 map2 map3 map4 map5 map6 map7 map8 @ ${INSTALL_DATA} ${WRKSRC}/${file}.xrm ${PREFIX}/share/xroads .endfor .if !defined(NOPORTDOCS) |