diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-10 04:22:42 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-10 04:22:42 +0800 |
commit | ce230ecb0cef88a3fe08bc3097f92099e7b79631 (patch) | |
tree | b5123f1af7aa0845b324a3b3b098dc16725501a6 /games/taipan | |
parent | 412bca9e8d15214c4d0a74a4972a8166761e18de (diff) | |
download | freebsd-ports-gnome-ce230ecb0cef88a3fe08bc3097f92099e7b79631.tar.gz freebsd-ports-gnome-ce230ecb0cef88a3fe08bc3097f92099e7b79631.tar.zst freebsd-ports-gnome-ce230ecb0cef88a3fe08bc3097f92099e7b79631.zip |
- Update MASTER_SITES
- Use PLIST_FILES, PORTDOCS instead of pkg-plist
PR: ports/172007
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'games/taipan')
-rw-r--r-- | games/taipan/Makefile | 19 | ||||
-rw-r--r-- | games/taipan/pkg-plist | 3 |
2 files changed, 9 insertions, 13 deletions
diff --git a/games/taipan/Makefile b/games/taipan/Makefile index c9bcfb9ea947..a9e7c9bd272c 100644 --- a/games/taipan/Makefile +++ b/games/taipan/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: taipan -# Date created: 2002-03-15 -# Whom: Dave Walton <dwalton@acm.org> -# +# Created by: Dave Walton <dwalton@acm.org> # $FreeBSD$ -# PORTNAME= taipan PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://ftp.ilbbs.com/pub/linux/ -MASTER_SITE_SUBDIR= games/textrpg +MASTER_SITES= SUNSITE/games/textrpg MAINTAINER= ports@FreeBSD.org -COMMENT= Taipan was (and is) a classic role-playing game from the 1980s +COMMENT= Classic role-playing game from the 1980s MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +PORTDOCS= README +PLIST_FILES= bin/taipan + +.include <bsd.port.options.mk> + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/taipan ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif diff --git a/games/taipan/pkg-plist b/games/taipan/pkg-plist deleted file mode 100644 index ccb4e9a62d05..000000000000 --- a/games/taipan/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/taipan -%%PORTDOCS%%share/doc/taipan/README -%%PORTDOCS%%@dirrm share/doc/taipan |