Start the ball rolling by sticking a

MAINTAINER?= line in here.

Idea by: jkh@FreeBSD.ORG
This commit is contained in:
Gary Palmer 1995-02-01 21:47:57 +00:00
parent 320ce7b758
commit cc715f2bca
1 changed files with 2 additions and 1 deletions

View File

@ -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}