diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 04:43:49 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-08 04:43:49 +0000 |
commit | 1f79d984a399caf6081868650fa919cb88d12ee4 (patch) | |
tree | 3bd80d8cf45d945515dfa71e77f57950c61ef369 /mail/stuphead | |
parent | cd59a04e4b125a9da4cee824d1a9a93513e0ddf1 (diff) | |
download | ports-1f79d984a399caf6081868650fa919cb88d12ee4.tar.gz ports-1f79d984a399caf6081868650fa919cb88d12ee4.zip |
Notes
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 |