diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-08 04:07:51 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-08 04:07:51 +0800 |
commit | 1879d76719e943255e856e9e7c74e17827f1f7a4 (patch) | |
tree | a12eca17b41c5268a3a764483c906d771cc8bfe2 /games/dodgindiamond2 | |
parent | f28c56edf4d0d5cda1b792d050912df087d14f55 (diff) | |
download | freebsd-ports-gnome-1879d76719e943255e856e9e7c74e17827f1f7a4.tar.gz freebsd-ports-gnome-1879d76719e943255e856e9e7c74e17827f1f7a4.tar.zst freebsd-ports-gnome-1879d76719e943255e856e9e7c74e17827f1f7a4.zip |
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'games/dodgindiamond2')
-rw-r--r-- | games/dodgindiamond2/Makefile | 5 |
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: |