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 /net/wais | |
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 'net/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index cf602082937d..629036fb44c5 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,13 +3,15 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.9 1996/11/13 10:55:46 adam Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:36:57 asami Exp $ # DISTNAME= freeWAIS-0.5 CATEGORIES= net MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais/ +MAINTAINER= ports@FreeBSD.org + NO_PACKAGE= not yet NO_INSTALL= almost ALL_TARGET= freebsd |