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/sets | |
parent | b243855f9fc4ac76491afe1408b402df03c025d4 (diff) | |
download | ports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.tar.gz ports-57e1777e91936a84f4ca0ca0ab62fdc9da78cf30.zip |
Notes
Diffstat (limited to 'games/sets')
-rw-r--r-- | games/sets/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/sets/Makefile b/games/sets/Makefile index 15eb19742b9f..a59ac58ed939 100644 --- a/games/sets/Makefile +++ b/games/sets/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= sets @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= This is an implementation of the sets game LICENSE= GPLv3 @@ -25,7 +25,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png PORTDOCS= README - OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Sets" "" "${PORTNAME}" \ |