diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-31 02:44:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-31 02:44:30 +0800 |
commit | c19c51cb1e7b68865714b26a4a620e3186a5432e (patch) | |
tree | c63c92da8e477942bd8d80751b432910212e59c9 /converters/uudeview | |
parent | 14156c5a9b43a6fe3391e32edf13c2a95d26e81a (diff) | |
download | freebsd-ports-gnome-c19c51cb1e7b68865714b26a4a620e3186a5432e.tar.gz freebsd-ports-gnome-c19c51cb1e7b68865714b26a4a620e3186a5432e.tar.zst freebsd-ports-gnome-c19c51cb1e7b68865714b26a4a620e3186a5432e.zip |
Share the files/ dir and contents with devel/uulib
Suggested-by: Satoshi
Diffstat (limited to 'converters/uudeview')
-rw-r--r-- | converters/uudeview/Makefile | 3 | ||||
-rw-r--r-- | converters/uudeview/distinfo | 1 | ||||
-rw-r--r-- | converters/uudeview/files/porting.notes | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index bf40ed9b3962..1f0e8242ffaf 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.6 1996/12/11 23:08:12 ache Exp $ +# $Id: Makefile,v 1.7 1997/03/29 22:19:11 obrien Exp $ # DISTNAME= uudeview-0.5.13 @@ -16,6 +16,7 @@ MAINTAINER= ac199@freenet.hamilton.on.ca BUILD_DEPENDS= ${PREFIX}/lib/libuu.a:${PORTSDIR}/devel/uulib +FILESDIR= ${.CURDIR}/../../devel/uulib/files GNU_CONFIGURE= Yes CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \ --disable-tcl diff --git a/converters/uudeview/distinfo b/converters/uudeview/distinfo deleted file mode 100644 index 977cccb8b393..000000000000 --- a/converters/uudeview/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (uudeview-0.5.13.tar.gz) = dddf4c01973307c7d203f55c5e0c7fc3 diff --git a/converters/uudeview/files/porting.notes b/converters/uudeview/files/porting.notes deleted file mode 100644 index 76a1a82e6f7f..000000000000 --- a/converters/uudeview/files/porting.notes +++ /dev/null @@ -1,10 +0,0 @@ -This was originally one distribution for UUdeview, but I have broken -it up into ``libuu', ``uudeview'', and ``xdeview'', hopefully making -it cleaner and more useful. Patches are available from the author's -website to add ``libuu'' decoding to popular newsreaders, additionally. - -The source itself is quite portable and required no patching. - -The package is covered under the GNU license. - -Tim Vanderhoek <ac199@freenet.hamilton.on.ca> |