diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-04 15:58:57 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-04 15:58:57 +0000 |
commit | cd04381bf52c5c4b162231e4fb779e8d04f71be6 (patch) | |
tree | d4135e362135666afaede9193b81212a60ab275f /games/linux-quake4-demo | |
parent | 4ccab7853bdf4efef5dbdd4501b13f49ab9bdc19 (diff) | |
download | ports-cd04381bf52c5c4b162231e4fb779e8d04f71be6.tar.gz ports-cd04381bf52c5c4b162231e4fb779e8d04f71be6.zip |
- Use the new feature of bsd.sites.mk.
Obtained from: infofarmer (private e-mail)
Notes
Notes:
svn path=/head/; revision=172195
Diffstat (limited to 'games/linux-quake4-demo')
-rw-r--r-- | games/linux-quake4-demo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/linux-quake4-demo/Makefile b/games/linux-quake4-demo/Makefile index 3daa11a174a1..e428c38f0ef6 100644 --- a/games/linux-quake4-demo/Makefile +++ b/games/linux-quake4-demo/Makefile @@ -9,14 +9,11 @@ PORTNAME= quake4 PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= games linux -MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S/$/:id/} \ - ${MASTER_SITE_GENTOO:S/$/:gentoo/} -MASTER_SITE_SUBDIR= quake4/demo/:id distfiles/:gentoo +MASTER_SITES= IDSOFTWARE/${PORTNAME}/demo GENTOO/distfiles PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -demo DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}${PKGNAMESUFFIX}.x86 EXTRACT_SUFX= .run -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:id,gentoo MAINTAINER= alepulver@FreeBSD.org COMMENT= Quake 4 for Linux Demo |