Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files

there.

Noticed by:	bento
This commit is contained in:
Pete Fritchman 2001-12-27 19:45:20 +00:00
parent aa73a14a70
commit 8d4de0671f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52262
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ GNU_CONFIGURE= yes
do-install:
@${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \
-m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/bbtools
.for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
.endfor

View File

@ -25,6 +25,7 @@ GNU_CONFIGURE= yes
do-install:
@${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \
-m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/bbtools
.for a in README.bbapm bbapm.conf bbapm.nobb bbapm.style bbtoolsrc.in
@${INSTALL_DATA} ${WRKSRC}/data/${a} ${PREFIX}/share/bbtools
.endfor