diff options
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 |