summaryrefslogtreecommitdiff
path: root/converters/uudeview
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-30 18:44:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-30 18:44:30 +0000
commit74dd7ceebe30f3e1ab2955be5b6eae3d0d26ad06 (patch)
tree71217ebe5bd303effe60443ace8c378a0eb86a86 /converters/uudeview
parentAdd install-man to INSTALL_TARGET rather than deal with it in post-install (diff)
Share the files/ dir and contents with devel/uulib
Suggested-by: Satoshi
Notes
Notes: svn path=/head/; revision=6074
Diffstat (limited to 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile3
-rw-r--r--converters/uudeview/distinfo1
-rw-r--r--converters/uudeview/files/porting.notes10
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>