diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/netcat/Makefile | 4 | ||||
-rw-r--r-- | net/rsync/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 6c7427a1421d..eb4530ab9b4f 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -4,7 +4,7 @@ # Date created: Thur Nov 21, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/22 08:16:48 obrien Exp $ # DISTNAME= nc110 @@ -17,7 +17,7 @@ MASTER_SITES= ftp://avian.org/src/hacks/ \ ftp://ftp.rge.com:/pub/security/coast/mirrors/avian.org/netcat/ EXTRACT_SUFX= .tgz -MAINTAINER= obrien@cs.ucdavis.edu +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes ALL_TARGET= freebsd diff --git a/net/rsync/Makefile b/net/rsync/Makefile index f6b3edc30bb2..660b4e9e84ce 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.7 1997/09/28 05:28:59 peter Exp $ +# $Id: Makefile,v 1.8 1997/10/06 03:46:50 obrien Exp $ # DISTNAME= rsync-1.6.3 @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://sunsite.auc.dk/pub/unix/rsync/ -MAINTAINER= obrien@cs.ucdavis.edu +MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes MAN1= rsync.1 |