diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-12 09:10:15 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-12 09:10:15 +0800 |
commit | 65c4cae93a94708e7a05b636c4ac9389bb3839c0 (patch) | |
tree | 464136ade4498222016d02ae925cddd055a25f33 /net/kdenetwork4 | |
parent | 400ac6702c63c9cccc4b3e36d0fe7fbdaa881991 (diff) | |
download | freebsd-ports-gnome-65c4cae93a94708e7a05b636c4ac9389bb3839c0.tar.gz freebsd-ports-gnome-65c4cae93a94708e7a05b636c4ac9389bb3839c0.tar.zst freebsd-ports-gnome-65c4cae93a94708e7a05b636c4ac9389bb3839c0.zip |
o Fix: allow knewsticker to work from KDE menu
o Bump PORTREVISION
Reviewed by: will,
Frerich Raabe <frerich.raabe@gmx.de>
Approved by: will
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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> |