diff options
author | petef <petef@FreeBSD.org> | 2001-12-27 19:45:20 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-27 19:45:20 +0000 |
commit | bdc534d7f225f9093d476fb8b6956a268e2ab0e0 (patch) | |
tree | bf7260d5182203deac013879413209c92be27347 /sysutils/bbapm | |
parent | a5e2f1cda720bbb2a5c55086c2090adb9ef9e349 (diff) | |
download | FreeBSD-ports-bdc534d7f225f9093d476fb8b6956a268e2ab0e0.zip FreeBSD-ports-bdc534d7f225f9093d476fb8b6956a268e2ab0e0.tar.gz |
Need to ${MKDIR} ${PREFIX}/share/bbtools before trying to install files
there.
Noticed by: bento
Diffstat (limited to 'sysutils/bbapm')
-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 7c812d6..a9162bd 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 |