diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-09 13:45:13 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-09 13:45:13 +0800 |
commit | 7c34a1e5c1847974dcd6c0d51582fb7f8a200e37 (patch) | |
tree | b14500398a3d28977d08504d240dac5da7b39a40 /games/glightoff/Makefile | |
parent | de2442d76734e973270b0db810251e86f6aaa10f (diff) | |
download | freebsd-ports-gnome-7c34a1e5c1847974dcd6c0d51582fb7f8a200e37.tar.gz freebsd-ports-gnome-7c34a1e5c1847974dcd6c0d51582fb7f8a200e37.tar.zst freebsd-ports-gnome-7c34a1e5c1847974dcd6c0d51582fb7f8a200e37.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/Makefile')
-rw-r--r-- | games/glightoff/Makefile | 10 |
1 files changed, 5 insertions, 5 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> |