diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
commit | 57e1777e91936a84f4ca0ca0ab62fdc9da78cf30 (patch) | |
tree | e6b1a7c7ffffd837564fbbe1f9a0848492688cc0 /games/icbm3d | |
parent | b243855f9fc4ac76491afe1408b402df03c025d4 (diff) | |
download | ports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.tar.gz ports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.zip |
Notes
Diffstat (limited to 'games/icbm3d')
-rw-r--r-- | games/icbm3d/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index e58773b68e09..a7a55139e589 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 0.4 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/icbm3d/ \ - ftp://ftp.billsgames.com/unix/x/icbm3d/ \ SF/nemysisfreebsdp/games/${PORTNAME}/:icons DISTFILES= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Inter-Continental Ballistic Missiles, 3D WRKSRC= ${WRKDIR}/${PORTNAME} @@ -25,7 +24,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png PORTDOCS= README.txt - OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="ICBM3D" "" "${PORTNAME}" \ |