summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-17 04:32:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-17 04:32:09 +0000
commit93ba9fe13f58bfaa1f71c5f3162c7a6418012018 (patch)
treea5af0627861b54f869a8f171b5dd27fb89d6f276 /chinese
parentAdd 1.0 as version to PKGNAME (diff)
fix some rules problems.
Reviewed by: asami
Notes
Notes: svn path=/head/; revision=9118
Diffstat (limited to 'chinese')
-rw-r--r--chinese/xcin/Makefile11
-rw-r--r--chinese/xcin25/Makefile11
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>