aboutsummaryrefslogtreecommitdiffstats
path: root/games/dodgindiamond2
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 07:27:49 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 07:27:49 +0800
commitb4256b24b1bf1e135d2a8763631b37415683e27d (patch)
treee7d95d834917f67398c73adb4e273ae1fb7c5187 /games/dodgindiamond2
parent6056c4913313b7fc003873bbce7c5b0abce62c06 (diff)
downloadfreebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.tar.gz
freebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.tar.zst
freebsd-ports-gnome-b4256b24b1bf1e135d2a8763631b37415683e27d.zip
Remove NOPORTDOCS.
Diffstat (limited to 'games/dodgindiamond2')
-rw-r--r--games/dodgindiamond2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/dodgindiamond2/Makefile b/games/dodgindiamond2/Makefile
index 8b147c1e093a..3b7a25513a7d 100644
--- a/games/dodgindiamond2/Makefile
+++ b/games/dodgindiamond2/Makefile
@@ -15,9 +15,13 @@ USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/games
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
+.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} '/install-data-am:/s/install-docsDATA//' \
${WRKSRC}/Makefile.in
.endif