The installed icons use the wrong names.
I tried sending this to the maintainer ([EMAIL PROTECTED]) but the domain 
openbsd.org.mx does not work.

---
Lars Hansson

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/psi/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    19 May 2005 20:29:58 -0000      1.1.1.1
+++ Makefile    8 Mar 2006 03:58:48 -0000
@@ -59,14 +59,14 @@
 
        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/16x16/apps
        ${INSTALL_DATA} ${WRKSRC}/iconsets/system/default/icon_16.png \
-               ${PREFIX}/share/icons/hicolor/16x16/apps/
+               ${PREFIX}/share/icons/hicolor/16x16/apps/psi.png
 
        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/32x32/apps
        ${INSTALL_DATA} ${WRKSRC}/iconsets/system/default/icon_32.png \
-               ${PREFIX}/share/icons/hicolor/32x32/apps/
+               ${PREFIX}/share/icons/hicolor/32x32/apps/psi.png
 
        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/48x48/apps
        ${INSTALL_DATA} ${WRKSRC}/iconsets/system/default/icon_48.png \
-               ${PREFIX}/share/icons/hicolor/48x48/apps/
+               ${PREFIX}/share/icons/hicolor/48x48/apps/psi.png
 
 .include <bsd.port.mk>

Reply via email to