diff options
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r-- | net/kdenetwork4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index a44b4dbf69f1..6d1cdf7baa68 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 CATEGORIES?= net kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -51,6 +50,8 @@ pre-configure: @${REINPLACE_CMD} \ -E -e '/^SUBDIRS/s/lisa//g' \ ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ + ${WRKSRC}/kopete/plugins/latex/kopete_latexconvert.sh post-configure: .if ${OSVERSION} < 500028 |