diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-14 08:19:05 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-14 08:19:05 +0000 |
commit | d54a5b74c9dac80a8ee18b8fac1120cc8fb27630 (patch) | |
tree | 84947ff1c1f6139c852a84715d33af7e4c5494e0 /irc/insub | |
parent | Conditionalize 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/Makefile | 1 |
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 \ |