aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-12 04:49:53 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-12 04:49:53 +0000
commit4b61223bcbe405cc593162eda86b853b796546da (patch)
tree5b10fdef0b3c2e4dfc09d3aed7e16cff03618139
parent407e312f5fbb13ce5909cd40b6c8bb87d21b610d (diff)
downloadports-4b61223bcbe405cc593162eda86b853b796546da.tar.gz
ports-4b61223bcbe405cc593162eda86b853b796546da.zip
Merge in rev. 1.238.
Notes
Notes: svn path=/branches/RELENG_2_2/; revision=4950
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 22796843931c..ea701202920f 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.227.2.6 1996/12/11 04:52:59 asami Exp $
+# $Id: bsd.port.mk,v 1.227.2.7 1996/12/11 10:24:17 asami Exp $
#
# Please view me with 4 column tabs!
@@ -553,16 +553,16 @@ MANLANG?= "" # english only by default
.for sect in 1 2 3 4 5 6 7 8 9
.if defined(MAN${sect})
-_MANPAGES+= ${MAN${sect}:S.^.${MAN${sect}PREFIX}/man/${lang}/man${sect}/.}
+_MANPAGES+= ${MAN${sect}:S%^%${MAN${sect}PREFIX}/man/${lang}/man${sect}/%}
.endif
.endfor
.if defined(MANL)
-_MANPAGES+= ${MANL:S.^.${MANLPREFIX}/man/${lang}/manl/.}
+_MANPAGES+= ${MANL:S%^%${MANLPREFIX}/man/${lang}/manl/%}
.endif
.if defined(MANN)
-_MANPAGES+= ${MANN:S.^.${MANNPREFIX}/man/${lang}/mann/.}
+_MANPAGES+= ${MANN:S%^%${MANNPREFIX}/man/${lang}/mann/%}
.endif
.endfor