pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/splint Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8024be235196
branches:  trunk
changeset: 522096:8024be235196
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 02 19:15:13 2006 +0000

description:
Fixed PKGMANDIR.

diffstat:

 devel/splint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r af6019785ac9 -r 8024be235196 devel/splint/Makefile
--- a/devel/splint/Makefile     Sat Dec 02 19:07:13 2006 +0000
+++ b/devel/splint/Makefile     Sat Dec 02 19:15:13 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index