From 4ff019364747ca3be6593e7c00a1fa80d31ee26f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 29 Jul 2015 16:21:39 +0000 Subject: - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- games/pathological/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games') 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 -- cgit v1.2.3