diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-01 09:23:27 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-01 09:23:27 +0800 |
commit | 8efcf00b2e5836ef32baf7637535242a296a8c38 (patch) | |
tree | 6d6249f3f223daa0ca98c880b13d349c86a0942c /ftp/yale-tftpd | |
parent | 238c02c9d9fee5aee4bb8357a9efa521b3d1364e (diff) | |
download | freebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.tar.gz freebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.tar.zst freebsd-ports-gnome-8efcf00b2e5836ef32baf7637535242a296a8c38.zip |
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
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> |