diff options
author | petef <petef@FreeBSD.org> | 2002-06-08 12:43:49 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-08 12:43:49 +0800 |
commit | 4fc1deb2512ffa012a3f25b78196e9bbdd956ebe (patch) | |
tree | ff7b729221be736b9e5d500fc4ffdd7b14378199 /mail/stuphead | |
parent | 9fc9a7224c8e693384c93302a839e89713cc9fff (diff) | |
download | freebsd-ports-gnome-4fc1deb2512ffa012a3f25b78196e9bbdd956ebe.tar.gz freebsd-ports-gnome-4fc1deb2512ffa012a3f25b78196e9bbdd956ebe.tar.zst freebsd-ports-gnome-4fc1deb2512ffa012a3f25b78196e9bbdd956ebe.zip |
Make sure ${PREFIX}/share/pixmaps exists before we try to install a
file into it.
Submitted by: bento
Diffstat (limited to 'mail/stuphead')
-rw-r--r-- | mail/stuphead/Makefile | 1 |
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 |