diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-11-14 09:46:21 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-11-14 09:46:21 +0000 |
commit | 1c3d2a4764659a06cf6413f11f462977810bf559 (patch) | |
tree | 297c70f6671a7404f15261e90ab13b187d8beb90 /converters/uulib | |
parent | 51578390d6b176c9b102f795b9799dc7107f3ad3 (diff) | |
download | ports-1c3d2a4764659a06cf6413f11f462977810bf559.tar.gz ports-1c3d2a4764659a06cf6413f11f462977810bf559.zip |
fetch -t; misc style fixes; portlint
Notes
Notes:
svn path=/head/; revision=8614
Diffstat (limited to 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index b2c971459958..12b7034ca160 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.10 1997/04/26 23:55:25 asami Exp $ +# $Id: Makefile,v 1.11 1997/07/17 15:12:39 max Exp $ # DISTNAME= uudeview-0.5.13 @@ -11,24 +11,20 @@ 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/ \ - ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ -MAINTAINER= ac199@freenet.hamilton.on.ca +MAINTAINER= hoek@FreeBSD.ORG + +GNU_CONFIGURE= yes +FETCH_BEFORE_ARGS= -t -GNU_CONFIGURE= yes -ALL_TARGET= libuu.a libuu.so.1.0 MAN3= uulib.3 -DOCFILES+= HISTORY -DOCFILES+= doc/Makefile -DOCFILES+= doc/README -DOCFILES+= doc/binhex.fig -DOCFILES+= doc/library.ltx -DOCFILES+= doc/structure.fig -DOCFILES+= doc/td-v1.c -DOCFILES+= doc/td-v2.c -DOCFILES+= doc/td-v3.c -DOCFILES+= doc/test.txt +ALL_TARGET= libuu.a libuu.so.1.0 + +DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ + doc/library.ltx doc/structure.fig doc/td-v1.c doc/td-v2.c \ + doc/td-v3.c doc/test.txt do-install: ${INSTALL_DATA} ${WRKSRC}/uulib/libuu.so.1.0 ${PREFIX}/lib |