mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- data is required
- use portname variable in plist PR: 170724 Submitted by: maintainer, nemysis@gmx.ch
This commit is contained in:
parent
674f625fa7
commit
9ccac9f7c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302821
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user