aboutsummaryrefslogtreecommitdiff
path: root/games/glbsp
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-08-10 14:47:22 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-08-10 14:47:22 +0000
commitb6d56128a9ba548ae328f77cc972e541d59a6a42 (patch)
tree85813ff40b26441a2a2102998b82c372a3714eeb /games/glbsp
parent89bf0f4b179f8c896b06e969ed97d4102b1ce904 (diff)
Notes
Diffstat (limited to 'games/glbsp')
-rw-r--r--games/glbsp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glbsp/Makefile b/games/glbsp/Makefile
index 1d24fae9aaee..2e0bff1b9505 100644
--- a/games/glbsp/Makefile
+++ b/games/glbsp/Makefile
@@ -59,9 +59,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libglbsp.a ${PREFIX}/lib
.endif
+ ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/|} ${MANPREFIX}/man/man1
.ifndef (NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/|} ${MANPREFIX}/man/man1
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif