diff options
author | ak <ak@FreeBSD.org> | 2012-10-06 16:02:07 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-10-06 16:02:07 +0800 |
commit | 2c7d60c0995f9665926f970f88acad693cd332ce (patch) | |
tree | edf7bacf86d663d58487ecb8066d18c92b9590da | |
parent | 3f0b4beecfd25156aab3f5a6c0060a68668a8291 (diff) | |
download | freebsd-ports-gnome-2c7d60c0995f9665926f970f88acad693cd332ce.tar.gz freebsd-ports-gnome-2c7d60c0995f9665926f970f88acad693cd332ce.tar.zst freebsd-ports-gnome-2c7d60c0995f9665926f970f88acad693cd332ce.zip |
- Add license
- Convert Makefile headers to new style
- Update MASTER_SITES
PR: ports/172111
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
-rw-r--r-- | games/doom-data/Makefile | 10 | ||||
-rw-r--r-- | games/doom/Makefile | 8 |
2 files changed, 6 insertions, 12 deletions
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 <alejandro@varnet.biz> -# # $FreeBSD$ -# +# Created by: Alejandro Pulver <alejandro@varnet.biz> 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 <jmz@FreeBSD.org> 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 |