diff options
author | rillig <rillig> | 2006-12-02 19:15:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-12-02 19:15:13 +0000 |
commit | 3398d954c0156c67233b4427d1a6ee2839a239ec (patch) | |
tree | ab70d5e1e079cc6fee65c0bc49c87e140f311ff3 /devel | |
parent | 5e60b335f7d99bf2a26a264b8c107a99a1c135dd (diff) | |
download | pkgsrc-3398d954c0156c67233b4427d1a6ee2839a239ec.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/splint/Makefile | 4 |
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" |