diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-29 12:51:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-29 12:51:43 +0000 |
commit | 7cc90a07a0554d5a4d2de6265222143aded15e9b (patch) | |
tree | c35524df54c49d0d0e122ed1d172d049cfef435b /Mk/bsd.port.subdir.mk | |
parent | 08874a5ad9d69a80ba89615548a92b5d67350ec2 (diff) | |
download | ports-7cc90a07a0554d5a4d2de6265222143aded15e9b.tar.gz ports-7cc90a07a0554d5a4d2de6265222143aded15e9b.zip |
Forgot to change "templates" to "Templates" in this file.
PR: 9761
Notes
Notes:
svn path=/head/; revision=16419
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 6 |
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 |