summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-12-02 04:23:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-12-02 04:23:49 +0000
commit0b907e9147005749514e21589a73f6eedf720ba5 (patch)
tree7155a6e64db9e3a844b803236a4d266a2d91c94d /chinese
parentCreate ${PREFIX}/share/texmf/tex/latex (diff)
"+=" -> "=". "echo" => "${ECHO}". Add "chinese" to category list.
Notes
Notes: svn path=/head/; revision=8954
Diffstat (limited to 'chinese')
-rw-r--r--chinese/pine4/Makefile4
-rw-r--r--chinese/tin/Makefile10
2 files changed, 7 insertions, 7 deletions
diff --git a/chinese/pine4/Makefile b/chinese/pine4/Makefile
index f080f5cdaa74..5ef0b1ed618e 100644
--- a/chinese/pine4/Makefile
+++ b/chinese/pine4/Makefile
@@ -3,12 +3,12 @@
# Date created: 19 Nov1997
# Whom: Wu Ching-hong <woju@FreeBSD.ee.Ntu.edu.TW>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/12/01 19:47:20 vanilla Exp $
#
DISTNAME= pine3.96
PKGNAME= zh-pine-3.96
-CATEGORIES= mail news
+CATEGORIES= chinese mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
MAINTAINER= woju@FreeBSD.ee.Ntu.edu.TW
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile
index 5c6d831040f1..fa4af2c6c2f9 100644
--- a/chinese/tin/Makefile
+++ b/chinese/tin/Makefile
@@ -3,12 +3,12 @@
# Date created: 2 Dec 1997
# Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1997/12/01 21:16:50 vanilla Exp $
#
DISTNAME= tinpre-1.4-971123
PKGNAME= zh-tin-1.4.971123
-CATEGORIES= news
+CATEGORIES= chinese news
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \
ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \
ftp://ftp.nuxi.com/pub/tin/
@@ -18,7 +18,7 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw
WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-nntp-default-server=news \
+CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-spooldir=/var/news \
--with-libdir=${PREFIX}/news/lib \
--with-mime-default-charset=ISO-8859-1 \
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --enable-nntp-only
.endif
post-configure:
- echo '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h
- echo '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h
+ ${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h
+ ${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h
.include <bsd.port.mk>