summaryrefslogtreecommitdiff
path: root/mail/stuphead
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 04:43:49 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 04:43:49 +0000
commit1f79d984a399caf6081868650fa919cb88d12ee4 (patch)
tree3bd80d8cf45d945515dfa71e77f57950c61ef369 /mail/stuphead
parentUpdate to 1.00 (diff)
Make sure ${PREFIX}/share/pixmaps exists before we try to install a
file into it. Submitted by: bento
Notes
Notes: svn path=/head/; revision=60831
Diffstat (limited to 'mail/stuphead')
-rw-r--r--mail/stuphead/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile
index 4cbe54322ddc..b6452ad7588a 100644
--- a/mail/stuphead/Makefile
+++ b/mail/stuphead/Makefile
@@ -66,6 +66,7 @@ do-install:
.else
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}bin ${PREFIX}/bin/${PORTNAME}
.endif
+ @ ${MKDIR} ${PREFIX}/share/pixmaps
@ ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/${PORTNAME}.xpm ${PREFIX}/share/pixmaps/${PORTNAME}.xpm
@ ${INSTALL_DATA} ${WRKSRC}/po/fr.gmo ${PREFIX}/share/locale/fr/LC_MESSAGES/${PORTNAME}.mo
@ ${INSTALL_DATA} ${WRKSRC}/po/ru.gmo ${PREFIX}/share/locale/ru/LC_MESSAGES/${PORTNAME}.mo