pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Dont include the "." in the suffix - its ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62a494352896
branches: trunk
changeset: 468276:62a494352896
user: markd <markd%pkgsrc.org@localhost>
date: Thu Feb 12 05:04:08 2004 +0000
description:
Dont include the "." in the suffix - its in the PLIST
diffstat:
x11/kdebase3/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r cc7cff369268 -r 62a494352896 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile Thu Feb 12 04:57:07 2004 +0000
+++ b/x11/kdebase3/Makefile Thu Feb 12 05:04:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/02/12 04:57:07 markd Exp $
+# $NetBSD: Makefile,v 1.41 2004/02/12 05:04:08 markd Exp $
DISTNAME= kdebase-3.2.0
CATEGORIES= x11
@@ -73,9 +73,9 @@
.endif
.if ${OPSYS} == "NetBSD" && !exists(${X11BASE}/lib/libfontenc.so)
-PLIST_SUBST+= FONTENC_SUFFIX=".a"
+PLIST_SUBST+= FONTENC_SUFFIX="a"
.else
-PLIST_SUBST+= FONTENC_SUFFIX=".so"
+PLIST_SUBST+= FONTENC_SUFFIX="so"
.endif
.if exists(${X11BASE}/include/X11/extensions/Xrandr.h)
Home |
Main Index |
Thread Index |
Old Index