ports/170747: [MAINTAINER] games/thegrind: Makefile changed, OptionsNG
nemysis
nemysis at gmx.ch
Sat Aug 18 16:10:14 UTC 2012
>Number: 170747
>Category: ports
>Synopsis: [MAINTAINER] games/thegrind: 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 16:10:13 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:
--- thegrind-0.1.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/thegrind/Makefile ./Makefile
--- /usr/ports/games/thegrind/Makefile 2012-06-01 07:19:22.000000000 +0200
+++ ./Makefile 2012-08-18 18:07:18.000000000 +0200
@@ -7,7 +7,7 @@
PORTNAME= thegrind
PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/radius-engine/ld21/
@@ -36,8 +36,11 @@
PORTDATA= *
PORTDOCS= ChangeLog
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif
--- thegrind-0.1.2_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list