summaryrefslogtreecommitdiff
path: root/devel/splint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/splint/Makefile')
-rw-r--r--devel/splint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 3141624a417..fa53ce68184 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/06/08 15:56:43 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2006/12/02 19:15:13 rillig Exp $
#
VERSION= 3.1.1
@@ -18,6 +18,6 @@ USE_TOOLS+= gmake lex
GNU_CONFIGURE= YES
post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/splint.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/splint.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"