diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /news/tin | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index efe64be89d4a..63799702c811 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: tin # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu @@ -7,19 +6,19 @@ # PORTNAME= tin -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.6 CATEGORIES= news -MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ +MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \ ftp://ftp.nuxi.com/pub/tin/v1.5/ MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ +LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ intl.1:${PORTSDIR}/devel/gettext USE_BZIP2= yes -USE_GMAKE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-nntp-default-server=news \ @@ -36,7 +35,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ --with-metamail=${PREFIX}/bin/metamail -CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ +CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \ LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' MAKEFILE= makefile |