diff -ruN /usr/ports/games/crossfire-client/Makefile crossfire-client/Makefile --- /usr/ports/games/crossfire-client/Makefile 2012-04-15 10:43:10.000000000 -0500 +++ crossfire-client/Makefile 2012-04-22 14:32:28.000000000 -0500 @@ -1,6 +1,6 @@ # New ports collection makefile for: crossfire-client -# Date created: 1996-10-27 -# Whom: Andreas Klemm +# Date created: 1996-10-27 +# Whom: Andreas Klemm # # $FreeBSD: ports/games/crossfire-client/Makefile,v 1.77 2012/04/15 15:43:10 pawel Exp $ # @@ -28,4 +28,11 @@ ${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \ ${WRKSRC}/configure +post-install: + ${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png + ${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \ + ${LOCALBASE}/share/applications + ${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \ + ${LOCALBASE}/share/pixmaps + .include diff -ruN /usr/ports/games/crossfire-client/pkg-plist crossfire-client/pkg-plist --- /usr/ports/games/crossfire-client/pkg-plist 2012-04-15 10:43:10.000000000 -0500 +++ crossfire-client/pkg-plist 2012-04-22 14:13:18.000000000 -0500 @@ -1,5 +1,7 @@ bin/cfsndserv bin/crossfire-client-gtk2 +share/applications/crossfire-client.desktop +share/pixmaps/crossfire-client.png %%DATADIR%%/glade-gtk2/caelestis.glade %%DATADIR%%/glade-gtk2/chthonic.glade %%DATADIR%%/glade-gtk2/dialogs.glade @@ -17,3 +19,5 @@ @dirrm %%DATADIR%%/glade-gtk2 @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% +@dirrmtry share/applications +@dirrmtry share/pixmaps