diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 07:27:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 07:27:49 +0800 |
commit | b4256b24b1bf1e135d2a8763631b37415683e27d (patch) | |
tree | e7d95d834917f67398c73adb4e273ae1fb7c5187 /games/pinball | |
parent | 6056c4913313b7fc003873bbce7c5b0abce62c06 (diff) | |
download | freebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.tar.gz freebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.tar.zst freebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.zip |
Remove NOPORTDOCS.
Diffstat (limited to 'games/pinball')
-rw-r--r-- | games/pinball/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 191cf88e795d..fff17aaa10a6 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -19,6 +19,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --prefix=${PREFIX} --without-debug +OPTIONS_DEFINE= DOCS + .if defined(WITH_ALLEGRO) BROKEN= support with Allegro is (temporarily?) broken as of version 0.3.1 LIB_DEPENDS+= liballeg.so:${PORTSDIR}/devel/allegro @@ -40,11 +42,9 @@ pre-configure: ${REINPLACE_CMD} -e 's,^dnl,# dnl,;/echo.*RANLIB/,+1d' post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |