summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-01 21:47:57 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-01 21:47:57 +0000
commite0a8df41c7ae3a6f62a993680d8a4812f13e8eba (patch)
tree6552e1dcb2bd72311634c476fdd25920f10b4e05 /Mk
parentae875b6d353523e8a4d0ee98352abb4330520d30 (diff)
downloadfreebsd-ports-e0a8df41c7ae3a6f62a993680d8a4812f13e8eba.zip
Start the ball rolling by sticking a
MAINTAINER?= line in here. Idea by: jkh@FreeBSD.ORG
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index df2b3ff56eec..ddaf87293c5c 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.107 1995/01/24 02:41:52 jkh Exp $
+# $Id: bsd.port.mk,v 1.108 1995/01/30 10:06:56 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -204,6 +204,7 @@ MASTER_SITES= ${MASTER_SITE_OVERRIDE}
# Derived names so that they're easily overridable.
DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}
PKGNAME?= ${DISTNAME}
+MAINTAINER?= FreeBSD-Ports@FreeBSD.ORG
.if exists(${PACKAGES})
PKGFILE?= ${PACKAGES}/${PKGNAME}${PKG_SUFX}