Skip to content

Commit

Permalink
Merge in rev. 1.238.
Browse files Browse the repository at this point in the history
  • Loading branch information
asami authored and asami committed Dec 12, 1996
1 parent 489dce8 commit 5abb11c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mk/bsd.port.mk
Expand Up @@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.165.2.14 1996/12/11 04:53:35 asami Exp $
# $Id: bsd.port.mk,v 1.165.2.15 1996/12/11 10:25:04 asami Exp $
#
# Please view me with 4 column tabs!

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5abb11c

Please sign in to comment.