From 93ba9fe13f58bfaa1f71c5f3162c7a6418012018 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 17 Dec 1997 04:32:09 +0000 Subject: fix some rules problems. Reviewed by: asami --- chinese/xcin/Makefile | 11 +++++------ chinese/xcin25/Makefile | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'chinese') diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index 40daa46140ce..40e2c05d441c 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $ # DISTNAME= xcin-2.3.01 @@ -18,19 +18,18 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kc USE_X11= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+=-prefix="${X11BASE}" \ +CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" MAN1= xcin.1 cin2tab.1 -.if !defined(USE_24_FONT) +.if defined(USE_24_FONT) +CONFIGURE_ARGS+=-use-24-fonts +.else pre-fetch: @echo @echo You can set USE_24_FONT=YES if you want to use 24 fonts @echo as default when xcin is running. @echo -.else -pre-configure: -CONFIGURE_ARGS+=-use-24-fonts .endif .include diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 40daa46140ce..40e2c05d441c 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/15 17:57:48 vanilla Exp $ # DISTNAME= xcin-2.3.01 @@ -18,19 +18,18 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15.pcf.gz:${PORTSDIR}/chinese/kc USE_X11= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS+=-prefix="${X11BASE}" \ +CONFIGURE_ARGS =-prefix="${X11BASE}" \ -x-font-prefix="${X11BASE}/lib/X11/fonts" MAN1= xcin.1 cin2tab.1 -.if !defined(USE_24_FONT) +.if defined(USE_24_FONT) +CONFIGURE_ARGS+=-use-24-fonts +.else pre-fetch: @echo @echo You can set USE_24_FONT=YES if you want to use 24 fonts @echo as default when xcin is running. @echo -.else -pre-configure: -CONFIGURE_ARGS+=-use-24-fonts .endif .include -- cgit v1.2.3