Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 20:22:43 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307251 - head/games/taipan
Message-ID:  <201211092022.qA9KMhbG049827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Nov  9 20:22:42 2012
New Revision: 307251
URL: http://svnweb.freebsd.org/changeset/ports/307251

Log:
  - Update MASTER_SITES
  - Use PLIST_FILES, PORTDOCS instead of pkg-plist
  
  PR:		ports/172007
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Feature safe:	yes

Deleted:
  head/games/taipan/pkg-plist
Modified:
  head/games/taipan/Makefile

Modified: head/games/taipan/Makefile
==============================================================================
--- head/games/taipan/Makefile	Fri Nov  9 20:10:48 2012	(r307250)
+++ head/games/taipan/Makefile	Fri Nov  9 20:22:42 2012	(r307251)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211092022.qA9KMhbG049827>