diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/heretic | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Notes
Notes:
svn path=/head/; revision=27508
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index e0e5f2c63a03..c9d76d84f23e 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: glheretic -# Version required: 1.0 # Date created: 04 Feb 2000 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= glheretic-1.0 -PKGNAME= heretic-1.0 +PORTNAME= heretic +PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.raven-games.com/linuxheretic/heretic/src/ \ http://www.raven-games.com/linuxheretic/wad/ +DISTNAME= glheretic-1.0 .if !defined(NO_WAD) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} heretic_share.wad.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |