Date: Thu, 9 Aug 2012 05:45:14 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302327 - head/games/glightoff Message-ID: <201208090545.q795jEAS072648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Thu Aug 9 05:45:13 2012 New Revision: 302327 URL: http://svn.freebsd.org/changeset/ports/302327 Log: - use optionsNG style for DOCS - while here drop deprecated pkgconfig on GNOME attribute - bump not necessary as other dependencies require pkgconf within existing attribute PR: 170458 Submitted by: maintainer, nemysis@gmx.ch Modified: head/games/glightoff/Makefile (contents, props changed) head/games/glightoff/pkg-plist (contents, props changed) Modified: head/games/glightoff/Makefile ============================================================================== --- head/games/glightoff/Makefile Thu Aug 9 05:36:06 2012 (r302326) +++ head/games/glightoff/Makefile Thu Aug 9 05:45:13 2012 (r302327) @@ -17,7 +17,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= glib20 gtk20 intltool pkgconfig +USE_GNOME= glib20 gtk20 intltool USE_XORG= x11 CFLAGS+= -I${LOCALBASE}/include @@ -42,12 +42,12 @@ post-configure: .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> Modified: head/games/glightoff/pkg-plist ============================================================================== --- head/games/glightoff/pkg-plist Thu Aug 9 05:36:06 2012 (r302326) +++ head/games/glightoff/pkg-plist Thu Aug 9 05:45:13 2012 (r302327) @@ -4,7 +4,7 @@ share/applications/glightoff.desktop %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208090545.q795jEAS072648>