Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Aug 2012 18:21:32 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170458: [MAINTAINER] games/glightoff: Makefile new Options
Message-ID:  <20120807162135.D615E106564A@hub.freebsd.org>
Resent-Message-ID: <201208071630.q77GU2H0085528@freefall.freebsd.org>

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

>Number:         170458
>Category:       ports
>Synopsis:       [MAINTAINER] games/glightoff: Makefile new Options
>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:   Tue Aug 07 16:30:02 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:

New Options for Makefile

.if ${PORT_OPTIONS:MDOCS}

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

--- glightoff-1.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/glightoff/Makefile ./Makefile
--- /usr/ports/games/glightoff/Makefile	2012-05-07 20:29:58.000000000 +0200
+++ ./Makefile	2012-08-07 18:19:56.000000000 +0200
@@ -42,12 +42,12 @@
 .endif
 
 post-install:
-# Documentations
-.if !defined(NOPORTDOCS)
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
+.  for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
+.  endfor
 .endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/glightoff/pkg-plist ./pkg-plist
--- /usr/ports/games/glightoff/pkg-plist	2012-05-07 20:29:58.000000000 +0200
+++ ./pkg-plist	2012-08-07 18:12:55.000000000 +0200
@@ -4,7 +4,7 @@
 %%NLS%%share/locale/fr/LC_MESSAGES/glightoff.mo
 %%NLS%%share/locale/it/LC_MESSAGES/glightoff.mo
 share/pixmaps/glightoff.png
-share/pixmaps/glightoff/bulb_on.svg
 share/pixmaps/glightoff/bulb_off.svg
+share/pixmaps/glightoff/bulb_on.svg
 @dirrm share/pixmaps/glightoff
 @dirrmtry share/applications
--- glightoff-1.0.0.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?20120807162135.D615E106564A>