aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2012-10-27 22:42:26 +0800
committeravilla <avilla@FreeBSD.org>2012-10-27 22:42:26 +0800
commit2424fa0b0d57f660ed16a09562746a2d324876d7 (patch)
treeb4f55be71e6c63cc19976cfe6f40b380c2cf4849
parent68ab717dcb1d185969f56faa18afffa1953e7cfc (diff)
downloadfreebsd-ports-gnome-2424fa0b0d57f660ed16a09562746a2d324876d7.tar.gz
freebsd-ports-gnome-2424fa0b0d57f660ed16a09562746a2d324876d7.tar.zst
freebsd-ports-gnome-2424fa0b0d57f660ed16a09562746a2d324876d7.zip
- Do not install in subdirectory.
- Trim Makefile header. - Bump PORTREVISION. Feature safe: yes
-rw-r--r--www/kpartsplugin/Makefile7
-rw-r--r--www/kpartsplugin/pkg-plist2
2 files changed, 3 insertions, 6 deletions
diff --git a/www/kpartsplugin/Makefile b/www/kpartsplugin/Makefile
index 9d50c164a036..519d9a85c52d 100644
--- a/www/kpartsplugin/Makefile
+++ b/www/kpartsplugin/Makefile
@@ -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>
diff --git a/www/kpartsplugin/pkg-plist b/www/kpartsplugin/pkg-plist
index d7a4c4121a35..bad8d05e3316 100644
--- a/www/kpartsplugin/pkg-plist
+++ b/www/kpartsplugin/pkg-plist
@@ -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%%