summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-22 17:14:20 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-22 17:14:20 +0000
commitbb5626ed5437377589d4e80d3dbfe6b18a6e285c (patch)
treef43ef0bca61f89367c258b899909584659750148
parentFix Xinerama support. Bump PORTREVISION. (diff)
Fix missing file noticed by bento
PR: 38409 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59713
-rw-r--r--mail/stuphead/Makefile2
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)