diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:31:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:31:33 +0000 |
commit | d6a74037a3621689592955786dbce027c93a9134 (patch) | |
tree | f732dfb4881ae424fcbac43b0005d9d61cd6ab23 /games/vegastrike-data | |
parent | 99bfee6a24e065c9f9b3eee09c7fe760508dd73d (diff) | |
download | ports-d6a74037a3621689592955786dbce027c93a9134.tar.gz ports-d6a74037a3621689592955786dbce027c93a9134.zip |
Notes
Diffstat (limited to 'games/vegastrike-data')
-rw-r--r-- | games/vegastrike-data/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index fa02438ebb05..f682f8e22539 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Vega Strike data files +DEPRECATED= Does not compile with modern compilers +EXPIRATION_DATE= 2014-07-06 + USE_BZIP2= yes NO_BUILD= yes |