diff options
author | obrien <obrien@FreeBSD.org> | 1999-02-12 09:16:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-02-12 09:16:46 +0000 |
commit | c83668b5f6539fcd3d1c3bb6961c8fefe7e2983b (patch) | |
tree | 992978c9b09434b5a6bb264eeca47d9986dda85c /comms | |
parent | 7ab56fbc83f07a354c70f42e8a8b0010036a0fe5 (diff) | |
download | FreeBSD-ports-c83668b5f6539fcd3d1c3bb6961c8fefe7e2983b.zip FreeBSD-ports-c83668b5f6539fcd3d1c3bb6961c8fefe7e2983b.tar.gz |
why comment out USE_GMAKE? kill it with avengence!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/lrzsz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 6bcb605..fa69479 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -4,7 +4,7 @@ # Date created: 29 Sept 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.8 1998/12/09 22:35:04 billf Exp $ +# $Id: Makefile,v 1.9 1999/02/12 08:05:04 flathill Exp $ DISTNAME= lrzsz-0.12.19 CATEGORIES= comms @@ -15,7 +15,6 @@ MASTER_SITES= ftp://ftp.ihg.uni-duisburg.de/uwe/ \ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes -#USE_GMAKE= yes ALL_TARGET= all # vcheck MAN1= lrz.1 lsz.1 |