ports/170727: [MAINTAINER] games/impossible_mission_puzzle: Makefile changed, OptionsNG

nemysis nemysis at gmx.ch
Sat Aug 18 02:10:08 UTC 2012


>Number:         170727
>Category:       ports
>Synopsis:       [MAINTAINER] games/impossible_mission_puzzle: 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 02:10:08 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

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:

--- impossible_mission_puzzle-1.0.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/impossible_mission_puzzle/Makefile ./Makefile
--- /usr/ports/games/impossible_mission_puzzle/Makefile	2012-05-19 12:23:04.000000000 +0200
+++ ./Makefile	2012-08-18 03:51:44.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	impossible_mission_puzzle
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://www.linuxmotors.com/puzzle/downloads/
 DISTNAME=	puzzle-${PORTVERSION}
@@ -26,6 +27,8 @@
 
 PORTDOCS=	README
 
+.include <bsd.port.options.mk>
+
 do-build:
 	@cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \
 	`${SDL_CONFIG} --cflags --libs` puzzle.c
@@ -35,7 +38,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 # Documentation
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
--- impossible_mission_puzzle-1.0.1_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list