aboutsummaryrefslogtreecommitdiff
path: root/games/dodgindiamond2
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 20:07:51 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 20:07:51 +0000
commit1a884346bfdb64c4f3d5a4c9bc5c5b545468ff21 (patch)
treea13ad5c60ad287110137f113df0e232b446838e5 /games/dodgindiamond2
parentb7f214b20da3a31bf04570f23904d805685066fc (diff)
downloadports-1a884346bfdb64c4f3d5a4c9bc5c5b545468ff21.tar.gz
ports-1a884346bfdb64c4f3d5a4c9bc5c5b545468ff21.zip
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
Notes
Notes: svn path=/head/; revision=231809
Diffstat (limited to 'games/dodgindiamond2')
-rw-r--r--games/dodgindiamond2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/dodgindiamond2/Makefile b/games/dodgindiamond2/Makefile
index fa7f9476c312..f573cf2268c4 100644
--- a/games/dodgindiamond2/Makefile
+++ b/games/dodgindiamond2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dodgindiamond2
PORTVERSION= 0.2.2
-PORTREVISION= 2
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/
DISTNAME= dd2-${PORTVERSION}
@@ -24,7 +24,8 @@ CONFIGURE_ARGS= --localstatedir=/var/games
post-patch:
@${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's|^docs_DATA = .*|docs_DATA =|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} '/install-data-am:/s/install-docsDATA//' \
+ ${WRKSRC}/Makefile.in
.endif
post-install: