diff options
author | markd <markd@pkgsrc.org> | 2004-02-12 05:04:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-12 05:04:08 +0000 |
commit | 9f14c13b0d4ed126209c986c627bbac9af3ce79b (patch) | |
tree | 0ba3a02fa577bb989702321ce44a124f4fa19641 /x11 | |
parent | 9b65f93dd923aa023c35990c08fc6c45e15ce7e3 (diff) | |
download | pkgsrc-9f14c13b0d4ed126209c986c627bbac9af3ce79b.tar.gz |
Dont include the "." in the suffix - its in the PLIST
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index aa2c686ef6f..f12f777fbc6 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -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 @@ PLIST_SUBST+= KCMKEYBOARD="kcm_keyboard.so" .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) |