network.conf.template -> network.conf

it's never really been used properly
This commit is contained in:
espie 2018-07-16 09:11:31 +00:00
parent e12b1b2c51
commit 7c9c836216
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +1,4 @@
# $OpenBSD: network.conf.template,v 1.218 2018/07/15 08:44:33 espie Exp $
#
# NEVER EDIT THIS FILE DIRECTLY!!!!
#
# ADD YOUR OWN ENTRIES TO ../db/network.conf - EITHER COPY THIS
# FILE AND MODIFY IT, OR ADD YOUR OWN ENTRIES FIRST FOLLOWED BY:
# .include "../templates/network.conf.template"
#
# $OpenBSD: network.conf,v 1.5 2018/07/16 09:11:31 espie Exp $
# List of OpenBSD sites
MASTER_SITE_OPENBSD ?= \

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.1425 2018/07/15 09:57:34 espie Exp $
# $OpenBSD: bsd.port.mk,v 1.1426 2018/07/16 09:11:31 espie Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@ -1137,11 +1137,7 @@ ECHO_MSG ?= echo
# basic master sites configuration
.if exists(${PORTSDIR}/infrastructure/db/network.conf)
.include "${PORTSDIR}/infrastructure/db/network.conf"
.else
.include "${PORTSDIR}/infrastructure/templates/network.conf.template"
.endif
.if !empty(GH_ACCOUNT) && !empty(GH_PROJECT)
. if !empty(GH_COMMIT) && !empty(GH_TAGNAME)