summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-27 19:45:20 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-27 19:45:20 +0000
commit8d4de0671f087e7f989ac460efd055e487aa7aaf (patch)
tree84799aa985ba3613c278dff2337bcfb47620f09c /x11-wm
parentMake the dialog(1) title correct (this script was copied from the Postfix (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 'x11-wm')
-rw-r--r--x11-wm/bbapm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/bbapm/Makefile b/x11-wm/bbapm/Makefile
index 7c812d68d292..a9162bd8cb85 100644
--- a/x11-wm/bbapm/Makefile
+++ b/x11-wm/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