svn commit: r399641 - head/x11/kde4-workspace

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 19 08:19:03 UTC 2015


Author: amdmi3
Date: Mon Oct 19 08:19:01 2015
New Revision: 399641
URL: https://svnweb.freebsd.org/changeset/ports/399641

Log:
  - Switch to options helpers
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/x11/kde4-workspace/Makefile
  head/x11/kde4-workspace/pkg-descr

Modified: head/x11/kde4-workspace/Makefile
==============================================================================
--- head/x11/kde4-workspace/Makefile	Mon Oct 19 08:18:41 2015	(r399640)
+++ head/x11/kde4-workspace/Makefile	Mon Oct 19 08:19:01 2015	(r399641)
@@ -104,8 +104,6 @@ WALLPAPERS_DESC=	Install official KDE wa
 WALLPAPERS_RUN_DEPENDS=	${KDE4_PREFIX}/share/wallpapers/Horos/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers \
 			${KDE4_PREFIX}/share/wallpapers/stripes-freebsd-blue/metadata.desktop:${PORTSDIR}/x11-themes/kde4-wallpapers-freebsd
 
-.include <bsd.port.options.mk>
-
 .if !exists(/usr/lib/libutempter.so)
 LIB_DEPENDS+=	libutempter.so:${PORTSDIR}/sysutils/libutempter
 .endif
@@ -129,9 +127,12 @@ pre-configure:
 
 post-install:
 	${LN} -sf ${PREFIX}/bin/startkde ${STAGEDIR}${PREFIX}/bin/startkde4
-.if ! ${PORT_OPTIONS:MGSTREAMER}
+
+post-install-GSTREAMER-on:
+	@${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE}
+
+post-install-GSTREAMER-off:
 	@${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE}
-.endif
 	@${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE}
 
 .include <bsd.port.mk>

Modified: head/x11/kde4-workspace/pkg-descr
==============================================================================
--- head/x11/kde4-workspace/pkg-descr	Mon Oct 19 08:18:41 2015	(r399640)
+++ head/x11/kde4-workspace/pkg-descr	Mon Oct 19 08:19:01 2015	(r399641)
@@ -2,4 +2,4 @@ This package provides the basic applicat
 this package (and its dependencies) will provide you with everything required
 for a minimal, functional KDE desktop.
 
-WWW: http://www.kde.org
+WWW: http://www.kde.org/


More information about the svn-ports-head mailing list