svn commit: r302821 - head/games/connectagram

Jason Helfman jgh at FreeBSD.org
Mon Aug 20 16:23:56 UTC 2012


Author: jgh
Date: Mon Aug 20 16:23:55 2012
New Revision: 302821
URL: http://svn.freebsd.org/changeset/ports/302821

Log:
  - data is required
  - use portname variable in plist
  
  PR:	170724
  Submitted by:	maintainer, nemysis at gmx.ch

Modified:
  head/games/connectagram/Makefile

Modified: head/games/connectagram/Makefile
==============================================================================
--- head/games/connectagram/Makefile	Mon Aug 20 16:10:57 2012	(r302820)
+++ head/games/connectagram/Makefile	Mon Aug 20 16:23:55 2012	(r302821)
@@ -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 \



More information about the svn-ports-head mailing list