pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Fixed path to the install manual page.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e7772c81f57
branches:  trunk
changeset: 518025:7e7772c81f57
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Aug 29 10:06:19 2006 +0000

description:
Fixed path to the install manual page.

diffstat:

 databases/sqlite3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c035493e538e -r 7e7772c81f57 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Tue Aug 29 10:03:37 2006 +0000
+++ b/databases/sqlite3/Makefile        Tue Aug 29 10:06:19 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2006/02/15 19:50:52 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/29 10:06:19 rillig Exp $
 
 .include "Makefile.common"
 
 CONFIGURE_ARGS+=       --disable-tcl
 
 post-install:
-       ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1
+       ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/${PKGMANDIR}/man1/sqlite3.1
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index