diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-09 05:45:13 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-09 05:45:13 +0000 |
commit | 7c34a1e5c1847974dcd6c0d51582fb7f8a200e37 (patch) | |
tree | b14500398a3d28977d08504d240dac5da7b39a40 /games/glightoff | |
parent | de2442d76734e973270b0db810251e86f6aaa10f (diff) |
Notes
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 |