diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-07 21:37:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-07 21:37:17 +0800 |
commit | 9e8bb95dfffb0c5fb84c0505e67ea93f347f4d12 (patch) | |
tree | 187309487258db9321783dae57659fd43424745f /games | |
parent | af9269dfd372de836b254726a90fd10365c0ba78 (diff) | |
download | freebsd-ports-gnome-9e8bb95dfffb0c5fb84c0505e67ea93f347f4d12.tar.gz freebsd-ports-gnome-9e8bb95dfffb0c5fb84c0505e67ea93f347f4d12.tar.zst freebsd-ports-gnome-9e8bb95dfffb0c5fb84c0505e67ea93f347f4d12.zip |
- Simplify MASTER_SITES
- Add LICENSE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/CaribbeanStud/Makefile | 5 | ||||
-rw-r--r-- | games/CaribbeanStud/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile index 675a93d286e9..0a30bc86b66e 100644 --- a/games/CaribbeanStud/Makefile +++ b/games/CaribbeanStud/Makefile @@ -5,13 +5,14 @@ PORTNAME= CaribbeanStud PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= XCONTRIB/games DISTNAME= CS MAINTAINER= ports@FreeBSD.org COMMENT= Caribbean Stud gambling game for X Window System +LICENSE= MIT + MAKEFILE= Xmakefile USES= motif CFLAGS+= -Wno-deprecated diff --git a/games/CaribbeanStud/pkg-plist b/games/CaribbeanStud/pkg-plist index 160b315c2ea8..e94f32a43a43 100644 --- a/games/CaribbeanStud/pkg-plist +++ b/games/CaribbeanStud/pkg-plist @@ -2,4 +2,3 @@ bin/CaribbeanStud lib/X11/app-defaults/CaribbeanStud %%PORTDOCS%%share/doc/CaribbeanStud/README %%PORTDOCS%%share/doc/CaribbeanStud/class.ps -%%PORTDOCS%%@dirrm share/doc/CaribbeanStud |