pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-lib Fix typo in previous commit (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0fd2b018d1b
branches:  trunk
changeset: 467492:b0fd2b018d1b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Feb 01 14:27:20 2004 +0000

description:
Fix typo in previous commit (LIBEPQ -> LIBPQ). This closes PR pkg/24290.

diffstat:

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

diffs (18 lines):

diff -r dd086f0364c3 -r b0fd2b018d1b databases/postgresql-lib/Makefile
--- a/databases/postgresql-lib/Makefile Sun Feb 01 14:20:48 2004 +0000
+++ b/databases/postgresql-lib/Makefile Sun Feb 01 14:27:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/30 18:50:39 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 14:27:20 xtraeme Exp $
 
 PKGNAME=               postgresql-lib-${BASE_VERS}
 PKGREVISION=           1
@@ -26,7 +26,7 @@
 PLIST_SUBST+=          LIBPQ="@comment "
 .else
 PLIST_SUBST+=          LIBECPG=
-PLIST_SUBST+=          LIBEPQ=
+PLIST_SUBST+=          LIBPQ=
 .endif
 
 post-buildlink:



Home | Main Index | Thread Index | Old Index