diff options
author | alane <alane@FreeBSD.org> | 2002-07-18 19:16:37 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-18 19:16:37 +0800 |
commit | b18c0a83d8ac65bc6743e52169749740a352b58a (patch) | |
tree | 14d2d8a7874157e4ffd1e2fa91fa0956be65d96d /x11/kde4-baseapps/Makefile | |
parent | be93d19ab95ff13b19a5893476ee3a7f9d367cb2 (diff) | |
download | freebsd-ports-gnome-b18c0a83d8ac65bc6743e52169749740a352b58a.tar.gz freebsd-ports-gnome-b18c0a83d8ac65bc6743e52169749740a352b58a.tar.zst freebsd-ports-gnome-b18c0a83d8ac65bc6743e52169749740a352b58a.zip |
Fixed obnoxious bug where a new ~/Desktop dir would be created with read-only
files (including a RO .directory), which prevented certain changes, like moving
icons around, from persisting to next session. <Aaarrgh> They used system("cp
file1 file2") to create the new dirs. </Aaarrgh>
PORTREVISION was bumped on this one, since it is a significant fix, and it
does affect installation of files (in the user's $HOME).
PR: 39980
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 90854ebb4d7b..ade5079ca105 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src |