svn commit: r312850 - head/emulators/swine
Martin Wilke
miwi at FreeBSD.org
Sat Feb 23 19:54:27 UTC 2013
Author: miwi
Date: Sat Feb 23 19:54:26 2013
New Revision: 312850
URL: http://svnweb.freebsd.org/changeset/ports/312850
Log:
- Correct desktop icon
- Bump PORTREVISION
Modified:
head/emulators/swine/Makefile
Modified: head/emulators/swine/Makefile
==============================================================================
--- head/emulators/swine/Makefile Sat Feb 23 19:34:27 2013 (r312849)
+++ head/emulators/swine/Makefile Sat Feb 23 19:54:26 2013 (r312850)
@@ -1,11 +1,10 @@
-# Created by: nemysis at gmx.ch
+# Created by: nemysis at gmx.ch
# $FreeBSD$
PORTNAME= swine
PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators deskutils python
-MASTER_SITES= GH
MAINTAINER= nemysis at gmx.ch
COMMENT= Qt4 graphical Wine frontend
@@ -40,8 +39,10 @@ RUN_DEPENDS+= wine:${PORTSDIR}/emulators
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh
+ @${REINPLACE_CMD} -e 's|/usr/share/swine/images/swine32.png|${PREFIX}/share/pixmaps/swine.png|' \
+ ${WRKSRC}/resources/swine.desktop
+ @${FIND} ${WRKSRC} -name "*.bak" -delete
do-install:
${MKDIR} ${DATADIRLIB}
More information about the svn-ports-all
mailing list