diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 01:14:20 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 01:14:20 +0800 |
commit | 46d158f8530855f6ee21fe09bf67cee65ac68257 (patch) | |
tree | bbde6507593c2af8f11c07b59c90f6b9b891fae9 /mail/stuphead | |
parent | 0c2ac358e41357b5858bacfe89981245bde6d5ea (diff) | |
download | freebsd-ports-gnome-46d158f8530855f6ee21fe09bf67cee65ac68257.tar.gz freebsd-ports-gnome-46d158f8530855f6ee21fe09bf67cee65ac68257.tar.zst freebsd-ports-gnome-46d158f8530855f6ee21fe09bf67cee65ac68257.zip |
Fix missing file noticed by bento
PR: 38409
Submitted by: maintainer
Diffstat (limited to 'mail/stuphead')
-rw-r--r-- | mail/stuphead/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/stuphead/Makefile b/mail/stuphead/Makefile index d1cb011a73e1..3ad66315f62b 100644 --- a/mail/stuphead/Makefile +++ b/mail/stuphead/Makefile @@ -66,7 +66,7 @@ do-install: .else @ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}bin ${PREFIX}/bin/${PORTNAME} .endif - @ ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/${PORTNAME}.xpm ${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 .if defined (WITH_GNOME) |