From 2c7d60c0995f9665926f970f88acad693cd332ce Mon Sep 17 00:00:00 2001 From: ak Date: Sat, 6 Oct 2012 08:02:07 +0000 Subject: - Add license - Convert Makefile headers to new style - Update MASTER_SITES PR: ports/172111 Submitted by: Chris Petrik (maintainer) --- games/doom-data/Makefile | 10 +++------- games/doom/Makefile | 8 +++----- 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'games') diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile index cc46cfdfaf64..921648163570 100644 --- a/games/doom-data/Makefile +++ b/games/doom-data/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: doom-data -# Date created: 21 Sep 2005 -# Whom: Alejandro Pulver -# # $FreeBSD$ -# +# Created by: Alejandro Pulver PORTNAME= data PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ \ - http://distfiles.officialunix.com/ +MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ + PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} EXTRACT_SUFX= .bz2 DISTFILES= # diff --git a/games/doom/Makefile b/games/doom/Makefile index 58a247f60aa1..3ddc7827a44a 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: games -# Date created: Mon Dec 14 21:03:01 MET 1998 -# Whom: jmz -# # $FreeBSD$ -# +# Created by: Jean-Marc Zucconi PORTNAME= doom PORTVERSION= 1.10 @@ -15,6 +11,8 @@ DISTNAME= doomsrc MAINTAINER= c.petrik.sosa@gmail.com COMMENT= DOOM: the game and the sound server +LICENSE= GPLv1 + NO_CDROM= requested by IDsoftware ONLY_FOR_ARCHS= i386 -- cgit