diff options
author | jim <jim@FreeBSD.org> | 1999-10-03 11:37:25 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-10-03 11:37:25 +0800 |
commit | c2719b23fd47cf9bdc657de61e73fb0b1a032101 (patch) | |
tree | 13870b814e8b521c2cacbdfc729a307dac53282e /news/tin | |
parent | 4691a02f14550ec845b9e6fd24cf91a313ce989d (diff) | |
download | freebsd-ports-gnome-c2719b23fd47cf9bdc657de61e73fb0b1a032101.tar.gz freebsd-ports-gnome-c2719b23fd47cf9bdc657de61e73fb0b1a032101.tar.zst freebsd-ports-gnome-c2719b23fd47cf9bdc657de61e73fb0b1a032101.zip |
Move USE_BZIP2 down to where it belongs so portlint no longer
complains and spits fatal errors.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 3403bdc1b123..2664e43ab2c7 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -13,12 +13,12 @@ CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://nuxi.ucdavis.edu/pub/tin/current/ \ ftp://ftp.nuxi.com/pub/tin/current/ -USE_BZIP2= yes MAINTAINER= ache@FreeBSD.org LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib +USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes |