diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-23 09:04:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-23 09:04:06 +0000 |
commit | 4292422c93e81736b0ede9d21477a202e33d95d6 (patch) | |
tree | 206ce65f7d21384fa468e1a1db7b1acbf52c1403 /converters/uudeview/Makefile | |
parent | bea8f694b8304957ab6b5b55baf8ecf36efc8751 (diff) | |
download | ports-4292422c93e81736b0ede9d21477a202e33d95d6.tar.gz ports-4292422c93e81736b0ede9d21477a202e33d95d6.zip |
Notes
Diffstat (limited to 'converters/uudeview/Makefile')
-rw-r--r-- | converters/uudeview/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 2ce92ff37edd..08d4349382ed 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -3,12 +3,11 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/23 06:45:08 tg Exp $ # DISTNAME= uudeview-0.5.4 -CATEGORIES+= archivers -CATEGORIES+= mail +CATEGORIES+= archivers mail MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ MAINTAINER= ac199@freenet.hamilton.on.ca @@ -22,7 +21,7 @@ GNU_CONFIGURE= Yes # NOTE further that all you'll really do is cause uudeview to install # its own minews do-hicky. CONFIGURE_ARGS= --disable-minews -CONFIGURE_ARGS+= --prefix=${PREFIX} --disable-tcl +CONFIGURE_ARGS+= --disable-tcl EXTRAFILES+= porting.notes |