ports/170721: [MAINTAINER] games/avoision: Makefile changed, added OptionsNG

nemysis nemysis at gmx.ch
Sat Aug 18 00:30:08 UTC 2012


>Number:         170721
>Category:       ports
>Synopsis:       [MAINTAINER] games/avoision: Makefile changed, added OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 00:30:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:

Makefile changed, added OptionsNG

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- avoision-1.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/avoision/Makefile ./Makefile
--- /usr/ports/games/avoision/Makefile	2012-06-01 07:18:29.000000000 +0200
+++ ./Makefile	2012-08-18 02:17:42.000000000 +0200
@@ -2,7 +2,7 @@
 # Date created:		2012-05-17
 # Whom:			nemysis at gmx.ch
 #
-# $FreeBSD: ports/games/avoision/Makefile,v 1.2 2012/06/01 05:18:29 dinoex Exp $
+# $FreeBSD: ports/games/avoision/Makefile,v 1.1 2012/05/18 04:41:12 miwi Exp $
 #
 
 PORTNAME=	avoision
@@ -12,7 +12,7 @@
 MASTER_SITES=	SF/avsn/
 
 MAINTAINER=	nemysis at gmx.ch
-COMMENT=	Avoision is a simple collect-dots-avoid-blocks game
+COMMENT=	A simple collect-dots-avoid-blocks game
 
 LICENSE=	GPLv2 CCbyNCSA3
 LICENSE_COMB=	dual
@@ -22,9 +22,9 @@
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
-		png15:${PORTSDIR}/graphics/png \
-		physfs.1:${PORTSDIR}/devel/physfs
+		lua:${PORTSDIR}/lang/lua \
+		png:${PORTSDIR}/graphics/png \
+		physfs:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 GNU_CONFIGURE=	yes
@@ -41,8 +41,10 @@
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif
--- avoision-1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list