Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 15:31:42 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/170741: [MAINTAINER] games/sets: Makefile changed, OptionsNG
Message-ID:  <20120818133145.AAEE5106566B@hub.freebsd.org>
Resent-Message-ID: <201208181340.q7IDe7Aw050409@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170741
>Category:       ports
>Synopsis:       [MAINTAINER] games/sets: Makefile changed, 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 13:40: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:

Changed all to ${PORTNAME}

OptionsNG

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}

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

--- sets-1.0.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/sets/Makefile ./Makefile
--- /usr/ports/games/sets/Makefile	2012-05-14 20:11:46.000000000 +0200
+++ ./Makefile	2012-08-18 15:28:21.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	sets
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.linuxmotors.com/sets/downloads/
 EXTRACT_SUFX=	.tgz
@@ -20,17 +21,19 @@
 ALL_TARGET=	${PORTNAME}
 USE_SDL=	sdl image
 
-PLIST_FILES=	bin/sets
+PLIST_FILES=	bin/${PORTNAME}
 
 PORTDOCS=	README
 
+.include <bsd.port.options.mk>
+
 do-install:
 # Executable
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 post-install:
 # Documentation
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .  for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
--- sets-1.0.0_1.patch ends here ---

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



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