aboutsummaryrefslogtreecommitdiff
path: root/editors/kate-plugins/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-18 09:22:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-18 09:22:07 +0000
commit2c918e019a040b30b78004dfa679f0734a3481e4 (patch)
tree7631751c4cf18bd2dece0d8fb9c4030596690172 /editors/kate-plugins/Makefile
parent6bb3356769d529a145adeabf0b46bf938ea931e3 (diff)
downloadports-2c918e019a040b30b78004dfa679f0734a3481e4.tar.gz
ports-2c918e019a040b30b78004dfa679f0734a3481e4.zip
Notes
Diffstat (limited to 'editors/kate-plugins/Makefile')
-rw-r--r--editors/kate-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/kate-plugins/Makefile b/editors/kate-plugins/Makefile
index b4a871827c89..aac13eba5333 100644
--- a/editors/kate-plugins/Makefile
+++ b/editors/kate-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ${KATEPLUGINS_PORTNAME}
PORTVERSION= ${KATEPLUGINS_PORTVERSION}
-PORTREVISION= 1
+PORTREVISION= ${KATEPLUGINS_PORTREVISION}
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -29,6 +29,8 @@ USE_GMAKE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
+PLIST_SUB+= KDE_VER="${KDE_VERSION}"
+
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>