Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2012 14:42:26 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306503 - head/www/kpartsplugin
Message-ID:  <201210271442.q9REgQfT095862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Sat Oct 27 14:42:26 2012
New Revision: 306503
URL: http://svn.freebsd.org/changeset/ports/306503

Log:
  - Do not install in subdirectory.
  - Trim Makefile header.
  - Bump PORTREVISION.
  
  Feature safe:	yes

Modified:
  head/www/kpartsplugin/Makefile
  head/www/kpartsplugin/pkg-plist   (contents, props changed)

Modified: head/www/kpartsplugin/Makefile
==============================================================================
--- head/www/kpartsplugin/Makefile	Sat Oct 27 14:09:43 2012	(r306502)
+++ head/www/kpartsplugin/Makefile	Sat Oct 27 14:42:26 2012	(r306503)
@@ -1,12 +1,8 @@
-# New ports collection Makefile for:	kpartsplugin
-# Date created:				9 July 2012
-# Whom:					Alberto Villa <avilla@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	kpartsplugin
 DISTVERSION=	0.0-${PORTDATE}
+PORTREVISION=	1
 CATEGORIES=	www kde
 MASTER_SITES=	http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTDATE}
@@ -24,6 +20,7 @@ MAKE_JOBS_SAFE=	yes
 PORTDATE=	20120723
 
 USE_WEBPLUGINS=	native
+WEBPLUGINS_NAME=	# empty
 WEBPLUGINS_FILES=	lib${PORTNAME}.so
 
 .include <bsd.port.pre.mk>

Modified: head/www/kpartsplugin/pkg-plist
==============================================================================
--- head/www/kpartsplugin/pkg-plist	Sat Oct 27 14:09:43 2012	(r306502)
+++ head/www/kpartsplugin/pkg-plist	Sat Oct 27 14:42:26 2012	(r306503)
@@ -1,4 +1,4 @@
 %%WEBPLUGINS_DIR%%/libkpartsplugin.so
 lib/kde4/kcm_kpartsplugin.so
 share/kde4/services/kcm_kpartsplugin.desktop
-@dirrm %%WEBPLUGINS_DIR%%
+@dirrmtry %%WEBPLUGINS_DIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210271442.q9REgQfT095862>