mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Drop @dirrm* from plist
This commit is contained in:
parent
dd07b7d9ad
commit
f2c344a975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369713
@ -14,16 +14,18 @@ EXTRACT_ONLY= ${PORTNAME}-pc-${DISTVERSION}${EXTRACT_SUFX}
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Classic snake game in which you attempt to eat all the pain
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/doc/COPYING.txt
|
||||
|
||||
RUN_DEPENDS= ${PYGAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-pc-${DISTVERSION}
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
USES= python zip
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= index.html
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= ${PORTNAME}
|
||||
|
@ -24,8 +24,3 @@ bin/mopesnake
|
||||
%%DATADIR%%/sounds/ow1.wav
|
||||
%%DATADIR%%/version
|
||||
share/pixmaps/mopesnake.png
|
||||
@dirrm %%DATADIR%%/sounds
|
||||
@dirrm %%DATADIR%%/music
|
||||
@dirrm %%DATADIR%%/mopelib
|
||||
@dirrm %%DATADIR%%/images
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user