diff options
author | asami <asami@FreeBSD.org> | 1997-12-02 12:23:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-02 12:23:49 +0800 |
commit | ca09d290151727ea2afd81652db05509a3a6e39a (patch) | |
tree | dbf67bad384125250c84083d77799e47556cbbd0 | |
parent | ab3172f6a4d27564a03ef2d2e813326f592cc169 (diff) | |
download | freebsd-ports-gnome-ca09d290151727ea2afd81652db05509a3a6e39a.tar.gz freebsd-ports-gnome-ca09d290151727ea2afd81652db05509a3a6e39a.tar.zst freebsd-ports-gnome-ca09d290151727ea2afd81652db05509a3a6e39a.zip |
"+=" -> "=". "echo" => "${ECHO}". Add "chinese" to category list.
-rw-r--r-- | chinese/pine4/Makefile | 4 | ||||
-rw-r--r-- | chinese/tin/Makefile | 10 |
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> |