diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 00:23:54 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 00:23:54 +0000 |
commit | 8221ab15fb0c5c94f8fc399a52fdcefd530d123e (patch) | |
tree | 64da981a17958dcaf8226c10d2cf4542d598d544 /converters | |
parent | 9f66c1f1fb0188421d3644d4e7f8375f9ad7008e (diff) | |
download | FreeBSD-ports-8221ab15fb0c5c94f8fc399a52fdcefd530d123e.zip FreeBSD-ports-8221ab15fb0c5c94f8fc399a52fdcefd530d123e.tar.gz |
Adjust uulib's new path (ports/converters).
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudeview/Makefile | 8 | ||||
-rw-r--r-- | converters/xdeview/Makefile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 0a95e34..a9c8978 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: uulib +# New ports collection makefile for: uudeview # Version Required: 0.5.9 # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.9 1997/04/01 19:29:39 obrien Exp $ +# $Id: Makefile,v 1.10 1997/04/26 23:55:24 asami Exp $ # DISTNAME= uudeview-0.5.13 @@ -14,9 +14,9 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ MAINTAINER= ac199@freenet.hamilton.on.ca -LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib +LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib -FILESDIR= ${.CURDIR}/../../devel/uulib/files +FILESDIR= ${.CURDIR}/../../converters/uulib/files GNU_CONFIGURE= Yes CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \ --disable-tcl diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index ef92e16..8fc8c70 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -3,7 +3,7 @@ # Date Created: 9 Feb 1997 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.3 1997/04/01 19:29:42 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/26 23:55:25 asami Exp $ # DISTNAME= uudeview-0.5.13 @@ -16,9 +16,9 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ MAINTAINER= ac199@freenet.hamilton.on.ca LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib +LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib -FILESDIR= ${.CURDIR}/../../devel/uulib/files +FILESDIR= ${.CURDIR}/../../converters/uulib/files USE_X11= yes GNU_CONFIGURE= yes ALL_TARGET= xdeview |