diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /ftp/yale-tftpd | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
download | ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz ports-49f337d203a35b330e9816734307eae928c9ad22.zip |
Notes
Diffstat (limited to 'ftp/yale-tftpd')
-rw-r--r-- | ftp/yale-tftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index cc6f592ac168..922aacf2d0f9 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -3,13 +3,15 @@ # Date created: Oct 8, 1994 # Whom: pst # -# $Id: Makefile,v 1.5 1995/11/27 04:05:56 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:37:11 asami Exp $ # DISTNAME= yale-tftpd-3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.cisco.com/pub/ +MAINTAINER= pst@FreeBSD.org + NO_WRKSUBDIR= .include <bsd.port.mk> |