From 48731493609f7ed333c399685eff18ebc3187567 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 7 Sep 2008 07:58:39 +0000 Subject: - Fix plsit with -DNOPORTDOCS - bump PORTREVISION PR: ports/126777 Submitted by: rafan@ Approved by: maintainer timeout --- games/quit/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/quit') 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 -- cgit