diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:21:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:21:39 +0000 |
commit | 4ff019364747ca3be6593e7c00a1fa80d31ee26f (patch) | |
tree | 0cb7bd902ab00d8eeff6101c7cda83d7212c5e66 /games | |
parent | c4a0954f890432d69c06473066e6a670b9be1396 (diff) |
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=393169
Diffstat (limited to 'games')
-rw-r--r-- | games/pathological/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/pathological/Makefile b/games/pathological/Makefile index 4ccad07d50f8..920327fe599a 100644 --- a/games/pathological/Makefile +++ b/games/pathological/Makefile @@ -3,7 +3,7 @@ PORTNAME= pathological PORTVERSION= 1.1.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF @@ -11,13 +11,16 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Enriched clone of the game "Logical" LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYGAME} OPTIONS_DEFINE= DOCS -USES= python +USES= python shebangfix +SHEBANG_FILES= pathological.py NO_BUILD= yes +NO_ARCH= yes DOC_FILES= favicon.ico index.html |