aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kipi-plugins/Makefile
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-12-02 05:26:12 +0800
committermarkus <markus@FreeBSD.org>2004-12-02 05:26:12 +0800
commitbae3f52fde626bbdf3f44201ae16e0c6d006e92d (patch)
treeb60fc86d52e8b75f022da05c67fe07eb24b9776f /graphics/kipi-plugins/Makefile
parentee6a37d661e550b80202294984b0ebf875d4385e (diff)
downloadfreebsd-ports-gnome-bae3f52fde626bbdf3f44201ae16e0c6d006e92d.tar.gz
freebsd-ports-gnome-bae3f52fde626bbdf3f44201ae16e0c6d006e92d.tar.zst
freebsd-ports-gnome-bae3f52fde626bbdf3f44201ae16e0c6d006e92d.zip
- Remove two directories from pkg-plist which get already removed by libkipi
- Fix path to k3b - Bump PORTEPOCH to aid in portupgrading from digikamplugins Approved by: maintainer
Diffstat (limited to 'graphics/kipi-plugins/Makefile')
-rw-r--r--graphics/kipi-plugins/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile
index 28f2a34af870..a6b4d8856ec8 100644
--- a/graphics/kipi-plugins/Makefile
+++ b/graphics/kipi-plugins/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kipi-plugins
PORTVERSION= 0.1.b.1
+PORTEPOCH= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= digikam
@@ -151,5 +152,8 @@ PLIST_SUB+= WALLPAPER:="@comment "
post-patch::
@${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${SUBDIRS}@g' ${WRKSRC}/kipi-plugins/Makefile.in
+ @${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b@g' \
+ ${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \
+ ${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp
.include <bsd.port.post.mk>