diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-09 20:22:42 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-09 20:22:42 +0000 |
commit | baa64d0a6e9f86ac739c5dd7110d12539ab705d8 (patch) | |
tree | b5123f1af7aa0845b324a3b3b098dc16725501a6 /games/taipan | |
parent | d38cb980376375dc6ae656831fd9930b84ae2147 (diff) |
- Update MASTER_SITES
- Use PLIST_FILES, PORTDOCS instead of pkg-plist
PR: ports/172007
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307251
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 |