diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 19:45:20 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 19:45:20 +0000 |
commit | 8d4de0671f087e7f989ac460efd055e487aa7aaf (patch) | |
tree | 84799aa985ba3613c278dff2337bcfb47620f09c /sysutils/bbapm/Makefile | |
parent | aa73a14a706556fb33387b48fb353e8bee20adc8 (diff) |
Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=52262
Diffstat (limited to 'sysutils/bbapm/Makefile')
-rw-r--r-- | sysutils/bbapm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/bbapm/Makefile b/sysutils/bbapm/Makefile index 7c812d68d292..a9162bd8cb85 100644 --- a/sysutils/bbapm/Makefile +++ b/sysutils/bbapm/Makefile @@ -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 |