diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-09-07 15:58:39 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-09-07 15:58:39 +0800 |
commit | 48731493609f7ed333c399685eff18ebc3187567 (patch) | |
tree | ae15565256982fea80738b1cfb0b711d54982e1c /games | |
parent | 8a378086445be6bfbc41a74f79b13ed56eaf2574 (diff) | |
download | freebsd-ports-gnome-48731493609f7ed333c399685eff18ebc3187567.tar.gz freebsd-ports-gnome-48731493609f7ed333c399685eff18ebc3187567.tar.zst freebsd-ports-gnome-48731493609f7ed333c399685eff18ebc3187567.zip |
- Fix plsit with -DNOPORTDOCS
- bump PORTREVISION
PR: ports/126777
Submitted by: rafan@
Approved by: maintainer timeout
Diffstat (limited to 'games')
-rw-r--r-- | games/quit/Makefile | 3 |
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> |