svn commit: r348426 - head/games/twind
Rusmir Dusko
nemysis at FreeBSD.org
Sun Mar 16 20:35:45 UTC 2014
Author: nemysis
Date: Sun Mar 16 20:35:44 2014
New Revision: 348426
URL: http://svnweb.freebsd.org/changeset/ports/348426
QAT: https://qat.redports.org/buildarchive/r348426/
Log:
- Change Makefile header, use my name and @FreeBSD.org email
- Remove TODO from DOCS
- Add DOCS Option
- Change Desktop entry file
Modified:
head/games/twind/Makefile
Modified: head/games/twind/Makefile
==============================================================================
--- head/games/twind/Makefile Sun Mar 16 19:25:36 2014 (r348425)
+++ head/games/twind/Makefile Sun Mar 16 20:35:44 2014 (r348426)
@@ -1,4 +1,4 @@
-# Created by: nemysis <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
# $FreeBSD$
PORTNAME= twind
@@ -14,12 +14,11 @@ LICENSE= GPLv2
USE_SDL= sdl image mixer
-PORTDOCS= AUTHORS CREDITS ChangeLog NEWS README TODO
+PORTDOCS= AUTHORS CREDITS ChangeLog NEWS README
+OPTIONS_DEFINE= DOCS
-DESKTOP_ENTRIES="Twin Distress" "${COMMENT}" "${PORTNAME}" \
- "${PORTNAME}" "Game;ArcadeGame;" false
-
-.include <bsd.port.options.mk>
+DESKTOP_ENTRIES="Twin Distress" "" "${PORTNAME}" \
+ "${PORTNAME}" "Game;ArcadeGame;" ""
do-build:
cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \
More information about the svn-ports-all
mailing list