summaryrefslogtreecommitdiff
path: root/chinese/tin
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/tin
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/tin')
-rw-r--r--chinese/tin/Makefile10
1 files changed, 5 insertions, 5 deletions
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>