summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-08-20 16:23:55 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-08-20 16:23:55 +0000
commit9ccac9f7c7650d3ddccfd7e96dcb271e0428c409 (patch)
tree3f8d09611760bf829c878d69963d13fe2460fde4 /games
parent- Correct typo (diff)
- data is required
- use portname variable in plist PR: 170724 Submitted by: maintainer, nemysis@gmx.ch
Notes
Notes: svn path=/head/; revision=302821
Diffstat (limited to 'games')
-rw-r--r--games/connectagram/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile
index 20d79a6c2ba7..a4246f4db2c0 100644
--- a/games/connectagram/Makefile
+++ b/games/connectagram/Makefile
@@ -7,6 +7,7 @@
PORTNAME= connectagram
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
@@ -16,9 +17,6 @@ COMMENT= Word unscrambling game
LICENSE= GPLv3
-OPTIONS_DEFINE= DATA
-OPTIONS_DEFAULT= DATA
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
@@ -29,11 +27,11 @@ INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes
PORTDATA= *
-PORTDOCS= ChangeLog INSTALL
+PORTDOCS= ChangeLog
-PLIST_FILES= bin/connectagram \
- share/applications/connectagram.desktop \
- share/icons/hicolor/48x48/apps/connectagram.png
+PLIST_FILES= bin/${PORTNAME} \
+ share/applications/${PORTNAME}.desktop \
+ share/icons/hicolor/48x48/apps/${PORTNAME}.png
PLIST_DIRSTRY= share/icons/hicolor/48x48/apps \
share/icons/hicolor/48x48 \