summaryrefslogtreecommitdiff
path: root/irc/insub
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2004-01-14 08:19:05 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2004-01-14 08:19:05 +0000
commitd54a5b74c9dac80a8ee18b8fac1120cc8fb27630 (patch)
tree84947ff1c1f6139c852a84715d33af7e4c5494e0 /irc/insub
parentConditionalize the EXSLT documents on whether or not Python support has (diff)
mkdir -p the script location so the package will build.
Notes
Notes: svn path=/head/; revision=98140
Diffstat (limited to 'irc/insub')
-rw-r--r--irc/insub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile
index 8cf6c133a001..9bac7e0af797 100644
--- a/irc/insub/Makefile
+++ b/irc/insub/Makefile
@@ -34,6 +34,7 @@ post-install:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPT} ${LOCALBASE}/bin/${SCRIPT:R}
+ ${MKDIR} ${LOCALBASE}/share/irssi/scripts/
${INSTALL_DATA} ${WRKSRC}/${SCRIPT} \
${LOCALBASE}/share/irssi/scripts/${SCRIPT}
for i in ${WRKSRC}/cows/* ; do \