summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-24 19:31:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-08-24 19:31:01 +0000
commit74103d4a2c40f00b4958a48da1930555eebcbeea (patch)
tree61beb1e981ad48967910c2edaeb50416f54a96c0 /games
parent- Fix plist for NOPORTDOCS case (diff)
- Fix build; manpages are not portdocs
Reported by: QAT
Notes
Notes: svn path=/head/; revision=219098
Diffstat (limited to 'games')
-rw-r--r--games/smiley/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/games/smiley/Makefile b/games/smiley/Makefile
index 0c8017834e77..0a20ca80b2cb 100644
--- a/games/smiley/Makefile
+++ b/games/smiley/Makefile
@@ -27,9 +27,6 @@ post-patch:
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
-.endif
.include <bsd.port.mk>