diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-13 06:31:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-13 06:31:18 +0000 |
commit | 8f34ec12841be6fe405f05c68cc8b9f93cc82e0f (patch) | |
tree | dc68848bd5b5b0abe468a822780f4331d1dfac52 /games/tads | |
parent | cff1df1de72e22cbc1681de8e912472fffe505d0 (diff) | |
download | ports-8f34ec12841be6fe405f05c68cc8b9f93cc82e0f.tar.gz ports-8f34ec12841be6fe405f05c68cc8b9f93cc82e0f.zip |
Notes
Diffstat (limited to 'games/tads')
-rw-r--r-- | games/tads/Makefile | 10 | ||||
-rw-r--r-- | games/tads/pkg-plist | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index cfcd89dbdae5..35c91f02cfbd 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -4,17 +4,21 @@ PORTNAME= tads PORTVERSION= 2.5.9 CATEGORIES= games lang -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kris +MASTER_SITES= LOCAL/kris DISTNAME= tads23-unix MAINTAINER= ports@FreeBSD.org COMMENT= TADS compiler/interpreter for interactive fiction +LICENSE= TADS +LICENSE_NAME= TADS FREEWARE SOURCE CODE LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + CONFLICTS= frobtads-1.* WRKSRC= ${WRKDIR}/tads-3.0.8/tads2 -DATADIR= share/tads2 +DATADIR= ${PREFIX}/share/tads2 do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/tads2 diff --git a/games/tads/pkg-plist b/games/tads/pkg-plist index 74aa69121d72..790eac0bfe40 100644 --- a/games/tads/pkg-plist +++ b/games/tads/pkg-plist @@ -4,4 +4,3 @@ bin/tdb %%DATADIR%%/adv.t %%DATADIR%%/std.t %%DATADIR%%/gameinfo.t -@dirrm %%DATADIR%% |