svn commit: r332142 - head/deskutils/kchmviewer-kde4

Max Brazhnikov makc at FreeBSD.org
Wed Oct 30 16:07:15 UTC 2013


Author: makc
Date: Wed Oct 30 16:07:15 2013
New Revision: 332142
URL: http://svnweb.freebsd.org/changeset/ports/332142

Log:
  - Fix packaging after last commit
  
  Reported by:	marino@

Modified:
  head/deskutils/kchmviewer-kde4/Makefile

Modified: head/deskutils/kchmviewer-kde4/Makefile
==============================================================================
--- head/deskutils/kchmviewer-kde4/Makefile	Wed Oct 30 16:06:04 2013	(r332141)
+++ head/deskutils/kchmviewer-kde4/Makefile	Wed Oct 30 16:07:15 2013	(r332142)
@@ -17,6 +17,7 @@ USE_KDE4=	kdeprefix kdelibs automoc4
 USE_QT4=	webkit qmake_build moc_build rcc_build uic_build
 
 post-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
 	${INSTALL_DATA} ${WRKSRC}/packages/kchmviewer.png ${STAGEDIR}${PREFIX}/share/pixmaps
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list