Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 14:08:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523113 - head/games/taipan
Message-ID:  <202001151408.00FE805x099647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan 15 14:08:00 2020
New Revision: 523113
URL: https://svnweb.freebsd.org/changeset/ports/523113

Log:
  - Add LICENSE
  - Switch to options helpers
  - Add WWW

Modified:
  head/games/taipan/Makefile
  head/games/taipan/pkg-descr

Modified: head/games/taipan/Makefile
==============================================================================
--- head/games/taipan/Makefile	Wed Jan 15 13:56:34 2020	(r523112)
+++ head/games/taipan/Makefile	Wed Jan 15 14:08:00 2020	(r523113)
@@ -10,6 +10,8 @@ MASTER_SITES=	SUNSITE/games/textrpg
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Classic role-playing game from the 1980s
 
+LICENSE=	NONE
+
 USES=		ncurses
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lncurses"
 
@@ -20,6 +22,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/taipan ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 

Modified: head/games/taipan/pkg-descr
==============================================================================
--- head/games/taipan/pkg-descr	Wed Jan 15 13:56:34 2020	(r523112)
+++ head/games/taipan/pkg-descr	Wed Jan 15 14:08:00 2020	(r523113)
@@ -11,3 +11,5 @@ the most money possible by trading and pirating. Based
 you'll sail from harbor to harbor buying commodities including opium,
 silk, arms, and "general" goods, and selling them again at a higher
 price elsewhere.
+
+WWW: http://www.ibiblio.org/pub/linux/games/textrpg/taipan-0.9.lsm



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