diff options
author | jgh <jgh@FreeBSD.org> | 2012-08-09 13:45:13 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-08-09 13:45:13 +0800 |
commit | ce63e7a8045b973939354ee2f8f9f94dacd54c5c (patch) | |
tree | b14500398a3d28977d08504d240dac5da7b39a40 /games/glightoff | |
parent | 47b3ff2008f3556e6e548a1db210ad6a1fa83891 (diff) | |
download | freebsd-ports-gnome-ce63e7a8045b973939354ee2f8f9f94dacd54c5c.tar.gz freebsd-ports-gnome-ce63e7a8045b973939354ee2f8f9f94dacd54c5c.tar.zst freebsd-ports-gnome-ce63e7a8045b973939354ee2f8f9f94dacd54c5c.zip |
- 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
Diffstat (limited to 'games/glightoff')
-rw-r--r-- | games/glightoff/Makefile | 10 | ||||
-rw-r--r-- | games/glightoff/pkg-plist | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index 4525ebfd4c3f..c12872ef3587 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -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> diff --git a/games/glightoff/pkg-plist b/games/glightoff/pkg-plist index 351116914d77..4e7298f02209 100644 --- a/games/glightoff/pkg-plist +++ b/games/glightoff/pkg-plist @@ -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 |