From 8efcf00b2e5836ef32baf7637535242a296a8c38 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 1 Dec 1996 01:23:27 +0000 Subject: General Makefile cleanup Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... --- net/xarchie/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/xarchie') diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 63fe99d9baab..cda1eaaea531 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.10 1995/12/02 12:27:27 asami Exp $ +# $Id: Makefile,v 1.11 1996/11/18 09:54:39 asami Exp $ # DISTNAME= xarchie-2.0.10 @@ -11,6 +11,8 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +MAINTAINER= ports@FreeBSD.org + USE_IMAKE= yes .include -- cgit