diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-17 12:32:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-17 12:32:09 +0800 |
commit | 8e4b08f8222011d63a93f12eb692aa0d9ed22a0b (patch) | |
tree | cdd4655c2f984bce4c7e711db413645d3dd52a1a | |
parent | 96668ce8dda0e3ad1761cfbfb53e98b77f1ffae1 (diff) | |
download | freebsd-ports-gnome-8e4b08f8222011d63a93f12eb692aa0d9ed22a0b.tar.gz freebsd-ports-gnome-8e4b08f8222011d63a93f12eb692aa0d9ed22a0b.tar.zst freebsd-ports-gnome-8e4b08f8222011d63a93f12eb692aa0d9ed22a0b.zip |
fix some rules problems.
Reviewed by: asami
-rw-r--r-- | chinese/xcin/Makefile | 11 | ||||
-rw-r--r-- | chinese/xcin25/Makefile | 11 |
2 files changed, 10 insertions, 12 deletions
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 <yssu@CCCA.NCTU.edu.tw> # -# $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 <bsd.port.mk> 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 <yssu@CCCA.NCTU.edu.tw> # -# $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 <bsd.port.mk> |