diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 03:31:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-25 03:31:01 +0800 |
commit | e82b02a27f29793b11636a4252f4bc7f29f6ff3c (patch) | |
tree | 1c3118195ca8c1b22cda64f75aa2dd469bfa76e1 | |
parent | 03a40959fbc34bb96d48b96c704ad0696c72d579 (diff) | |
download | freebsd-ports-gnome-e82b02a27f29793b11636a4252f4bc7f29f6ff3c.tar.gz freebsd-ports-gnome-e82b02a27f29793b11636a4252f4bc7f29f6ff3c.tar.zst freebsd-ports-gnome-e82b02a27f29793b11636a4252f4bc7f29f6ff3c.zip |
- Fix build; manpages are not portdocs
Reported by: QAT
-rw-r--r-- | games/smiley/Makefile | 3 |
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> |