summaryrefslogtreecommitdiff
path: root/net/xarchie
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/xarchie
parentCleaned up post-install target. (diff)
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
Notes
Notes: svn path=/head/; revision=4738
Diffstat (limited to 'net/xarchie')
-rw-r--r--net/xarchie/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>