diff options
author | petef <petef@FreeBSD.org> | 2002-06-08 04:43:49 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-08 04:43:49 +0000 |
commit | 4fc1deb2512ffa012a3f25b78196e9bbdd956ebe (patch) | |
tree | ff7b729221be736b9e5d500fc4ffdd7b14378199 | |
parent | 9fc9a7224c8e693384c93302a839e89713cc9fff (diff) | |
download | FreeBSD-ports-4fc1deb2512ffa012a3f25b78196e9bbdd956ebe.zip FreeBSD-ports-4fc1deb2512ffa012a3f25b78196e9bbdd956ebe.tar.gz |
Make sure ${PREFIX}/share/pixmaps exists before we try to install a
file into it.
Submitted by: bento
-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 4cbe543..b6452ad 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 |