summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-29 12:51:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-29 12:51:43 +0000
commit7cc90a07a0554d5a4d2de6265222143aded15e9b (patch)
treec35524df54c49d0d0e122ed1d172d049cfef435b /Mk
parentUnset all TEX* environment variables before starting the build phase. (diff)
Forgot to change "templates" to "Templates" in this file.
PR: 9761
Notes
Notes: svn path=/head/; revision=16419
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.subdir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 45928f87d460..55671dc61b0e 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id: bsd.port.subdir.mk,v 1.26 1998/11/08 10:29:53 asami Exp $
+# $Id: bsd.port.subdir.mk,v 1.27 1998/12/12 07:39:30 asami Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -101,7 +101,7 @@ afterinstall: realinstall
realinstall: beforeinstall _SUBDIRUSE
.endif
-IGNOREDIR= CVS distfiles packages pkg templates
+IGNOREDIR= CVS Mk Templates Tools distfiles packages pkg
.if !target(checksubdirs)
.if defined(PORTSTOP)
@@ -144,7 +144,7 @@ PORTSDIR ?= /usr/opt
.else
PORTSDIR ?= /usr/ports
.endif
-TEMPLATES ?= ${PORTSDIR}/templates
+TEMPLATES ?= ${PORTSDIR}/Templates
.if defined(PORTSTOP)
README= ${TEMPLATES}/README.top
.else