diff options
author | Will Andrews <will@FreeBSD.org> | 2001-08-17 17:58:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-08-17 17:58:48 +0000 |
commit | cc02a4b33ce2ab5d0911157909bffcd1a03166d5 (patch) | |
tree | e2b5fc38429337b59c18e60cefeb828367bc9e79 /x11/kde4-runtime/Makefile | |
parent | upgrade to 1.5a (diff) |
Add forgotten emptydir which is required to create new directories
in Konqueror and such. Bump PORTREVISION. The PR below advised making
the directory too, but a little grep'ing in the source tree shows that
KDE does this for you.
PR: 26802
Submitted by: Carl True <seetru@bellsouth.net>
Diffstat (limited to 'x11/kde4-runtime/Makefile')
-rw-r--r-- | x11/kde4-runtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index be26a469b799..95c4a3385a72 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdebase PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src |