Add missing underline.

Submitted by:           Gabor Zahemszky <Gabor@Zahemszky.HU>
This commit is contained in:
Martin Blapp 2003-02-12 15:05:30 +00:00
parent a01429d2bc
commit 3b7984d003
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75371
3 changed files with 3 additions and 3 deletions

View File

@ -500,7 +500,7 @@ do-build:
.endif .endif
.if defined(LANG_PKGNAME) .if defined(LANG_PKGNAME)
@cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \ @cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \
${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}'
.endif .endif
pre-install: pre-install:

View File

@ -500,7 +500,7 @@ do-build:
.endif .endif
.if defined(LANG_PKGNAME) .if defined(LANG_PKGNAME)
@cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \ @cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \
${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}'
.endif .endif
pre-install: pre-install:

View File

@ -500,7 +500,7 @@ do-build:
.endif .endif
.if defined(LANG_PKGNAME) .if defined(LANG_PKGNAME)
@cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \ @cd ${WRKSRC}/.. && PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \
${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANGEXT}' ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd instsetoo/util && ${BUILD} LANGEXT=${LANG_EXT}'
.endif .endif
pre-install: pre-install: