pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python21 Fixed PLIST handling bugs introduced by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d3aed07b716
branches:  trunk
changeset: 504281:4d3aed07b716
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Dec 08 09:12:28 2005 +0000

description:
Fixed PLIST handling bugs introduced by the recent "pkglint --autofix"
change.

diffstat:

 lang/python21/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 56847b200b5d -r 4d3aed07b716 lang/python21/Makefile
--- a/lang/python21/Makefile    Thu Dec 08 09:03:50 2005 +0000
+++ b/lang/python21/Makefile    Thu Dec 08 09:12:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/12/05 20:50:27 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2005/12/08 09:12:28 rillig Exp $
 #
 
 DISTNAME=      Python-2.1.3
@@ -57,7 +57,7 @@
 PLAT_TERMIOS=  ""
 .  endif
 .endif
-PLIST_SUBST+=  PLAT_SOCKET=${PLAT_SOCKET:Q} PLAT_TERMIOS=${PLAT_TERMIOS:Q}
+PLIST_SUBST+=  PLAT_SOCKET=${PLAT_SOCKET} PLAT_TERMIOS=${PLAT_TERMIOS}
 
 # bsddb.so is not built on Solaris (or IRIX?)
 BSDDB=
@@ -69,7 +69,7 @@
 MAKE_ENV+=     PY_BDB_INCDIRS=${BDBBASE}/${BUILDLINK_INCDIRS.${BDB_TYPE}}
 MAKE_ENV+=     PY_BDB_LIBDIRS=${BDBBASE}/lib
 .endif
-PLIST_SUBST+=  BSDDB=${BSDDB:Q}
+PLIST_SUBST+=  BSDDB=${BSDDB}
 
 PLIST_SUBST+=  PY_VER_SUFFIX=${PY_VER_SUFFIX:Q}
 



Home | Main Index | Thread Index | Old Index