From bbde223ae2d3857179c24e0714ff9f6ef53fb4d9 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 14 Apr 2000 12:28:40 +0000 Subject: Convert to PORTNAME/PORTVERSION. The following ports hand invalid version strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. --- games/xbloody/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/xbloody') diff --git a/games/xbloody/Makefile b/games/xbloody/Makefile index 9a1254aebb81..eb40de4ff632 100644 --- a/games/xbloody/Makefile +++ b/games/xbloody/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xbloody -# Version required: 1.00 # Date created: 10 February 1998 # Whom: FURUSAWA,Kazuhisa # # $FreeBSD$ # -DISTNAME= xbloody -PKGNAME= xbloody-1.00 +PORTNAME= xbloody +PORTVERSION= 1.00 CATEGORIES= games MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/oct/ +DISTNAME= ${PORTNAME} MAINTAINER= kazu@jp.freebsd.org -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes -- cgit