summaryrefslogtreecommitdiff
path: root/x11/kde4
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-12 08:45:55 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-12 08:45:55 +0000
commit87ea8c6e18d89c9edf928fb95ab8bdc056730832 (patch)
treeab9d97062bcaaa149f97bfb3f2a3eab09c03f61c /x11/kde4
parentMinor change (%ll -> %q) (diff)
Added KDE_DIST_VERSION var, set to KDE_VERSION by default.
Notes
Notes: svn path=/head/; revision=66181
Diffstat (limited to 'x11/kde4')
-rw-r--r--x11/kde4/Makefile.kde3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde
index 67c1ae689e92..fe30441d54e0 100644
--- a/x11/kde4/Makefile.kde
+++ b/x11/kde4/Makefile.kde
@@ -19,6 +19,9 @@ DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PKGNAMEPREFIX:S/-$//}
.endif
+# KDE_DIST_VERSION (PORTVERSION)
+KDE_DIST_VERSION?= ${KDE_VERSION}
+
# Unfortunately, this feature doesn't work right now due to binary files.
_NO_KDE_PATCHUP=yes