svn commit: r306503 - head/www/kpartsplugin
Alberto Villa
avilla at FreeBSD.org
Sat Oct 27 14:42:26 UTC 2012
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 at 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
- at dirrm %%WEBPLUGINS_DIR%%
+ at dirrmtry %%WEBPLUGINS_DIR%%
More information about the svn-ports-head
mailing list