summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-12 01:10:15 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-12 01:10:15 +0000
commitdbb1d0bd29e8bfe1da1407748feb7f55cad00f8e (patch)
tree30eea5b16466a0b8a33c2d1b8a6d96b4624c2857 /net
parentSync with www/apache13: suexec (diff)
o Fix: allow knewsticker to work from KDE menu
o Bump PORTREVISION Reviewed by: will, Frerich Raabe <frerich.raabe@gmx.de> Approved by: will
Notes
Notes: svn path=/head/; revision=62837
Diffstat (limited to 'net')
-rw-r--r--net/kdenetwork3/Makefile7
-rw-r--r--net/kdenetwork4/Makefile7
2 files changed, 14 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index f15e9c960ea1..6fc26c654841 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdenetwork
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= net news kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -18,6 +19,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib
USE_KDEBASE_VER=3
USE_BZIP2= yes
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -35,4 +37,9 @@ pre-configure:
@${ECHO_MSG} '===> NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.'
.endif
+post-patch:
+# XXX - remove at next port update
+ @${REINPLACE_CMD} -e 's|\$$KDEDIR|${PREFIX}|' \
+ ${WRKSRC}/knewsticker/knewsticker-standalone.desktop
+
.include <bsd.port.mk>
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index f15e9c960ea1..6fc26c654841 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdenetwork
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= net news kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -18,6 +19,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib
USE_KDEBASE_VER=3
USE_BZIP2= yes
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -35,4 +37,9 @@ pre-configure:
@${ECHO_MSG} '===> NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.'
.endif
+post-patch:
+# XXX - remove at next port update
+ @${REINPLACE_CMD} -e 's|\$$KDEDIR|${PREFIX}|' \
+ ${WRKSRC}/knewsticker/knewsticker-standalone.desktop
+
.include <bsd.port.mk>