1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update MASTER_SITES

- Use PLIST_FILES, PORTDOCS instead of pkg-plist

PR:		ports/172007
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
This commit is contained in:
Pawel Pekala 2012-11-09 20:22:42 +00:00
parent d38cb98037
commit baa64d0a6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307251
2 changed files with 9 additions and 13 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
bin/taipan
%%PORTDOCS%%share/doc/taipan/README
%%PORTDOCS%%@dirrm share/doc/taipan