diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-12 01:10:15 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-12 01:10:15 +0000 |
commit | 65c4cae93a94708e7a05b636c4ac9389bb3839c0 (patch) | |
tree | 464136ade4498222016d02ae925cddd055a25f33 /net/kdenetwork3 | |
parent | 400ac6702c63c9cccc4b3e36d0fe7fbdaa881991 (diff) | |
download | FreeBSD-ports-65c4cae93a94708e7a05b636c4ac9389bb3839c0.zip FreeBSD-ports-65c4cae93a94708e7a05b636c4ac9389bb3839c0.tar.gz |
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/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index f15e9c9..6fc26c6 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> |