From 23e006376624b8e9d623b049593fd5ff41dfa912 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 15 Apr 1999 20:39:38 +0000 Subject: Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with variable substituition of "MASTER_SITES" and "PATCH_SITES". --- games/lincity/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games/lincity') diff --git a/games/lincity/Makefile b/games/lincity/Makefile index f0d31ba3e4a..031d2fe71ac 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:48 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/15 20:39:42 tron Exp $ # DISTNAME= lincity109-src PKGNAME= lincity-1.09 CATEGORIES= games x11 -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/strategy +MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.floot.demon.co.uk/lincity.html -- cgit v1.2.3