aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-09-07 07:58:39 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-09-07 07:58:39 +0000
commitd6878c5e2dbbfd3c77ae3c1f1ce84a0f88d694fb (patch)
treef892bf988bdf556d7039e75c2cd651efeef93dd8 /games
parent23ce9aa8cc5f09bb0d3354bf26b20afb8797e3cf (diff)
downloadports-d6878c5e2dbbfd3c77ae3c1f1ce84a0f88d694fb.tar.gz
ports-d6878c5e2dbbfd3c77ae3c1f1ce84a0f88d694fb.zip
- Fix plsit with -DNOPORTDOCS
- bump PORTREVISION PR: ports/126777 Submitted by: rafan@ Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=220083
Diffstat (limited to 'games')
-rw-r--r--games/quit/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/quit/Makefile b/games/quit/Makefile
index a55e112038d4..ac81c9c0c5a7 100644
--- a/games/quit/Makefile
+++ b/games/quit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= quit
PORTVERSION= 1.2a
+PORTREVISION= 1
CATEGORIES?= games
MASTER_SITES= http://megaui.net/fukuchi/archive/shortshort/
@@ -25,7 +26,9 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/quit.1 ${MAN1PREFIX}/man/ja/man1
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt ${DOCSDIR}
+.endif
.include <bsd.port.mk>