diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-07 08:50:26 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-07 08:50:26 +0000 |
commit | a200ab95364018d521d184307a2d0ee6db516ddf (patch) | |
tree | 33e320b7577d3d657454f7e9dd8f684f2712dc93 | |
parent | eb508689c62ffff038c34346c27e44480a15e7f0 (diff) | |
download | ports-a200ab95364018d521d184307a2d0ee6db516ddf.tar.gz ports-a200ab95364018d521d184307a2d0ee6db516ddf.zip |
Notes
-rw-r--r-- | converters/uudeview/Makefile | 7 | ||||
-rw-r--r-- | converters/uulib/Makefile | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index d3a3d681efe7..3efb4eb3a0ca 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -3,13 +3,12 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.12 1997/11/08 13:44:25 hoek Exp $ +# $Id: Makefile,v 1.13 1997/11/14 09:38:32 hoek Exp $ # DISTNAME= uudeview-0.5.13 CATEGORIES= converters MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ - ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG @@ -17,8 +16,8 @@ MAINTAINER= hoek@FreeBSD.ORG LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \ - --disable-tcl +CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \ + --disable-tcl FETCH_BEFORE_ARGS= -t MAN1= uudeview.1 uuenview.1 diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 12b7034ca160..792ad2df55b1 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,14 +3,13 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.11 1997/07/17 15:12:39 max Exp $ +# $Id: Makefile,v 1.12 1997/11/14 09:46:21 hoek Exp $ # DISTNAME= uudeview-0.5.13 PKGNAME= uulib-0.5.13 CATEGORIES= converters -MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ - http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ +MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= hoek@FreeBSD.ORG |