diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-15 09:39:02 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-04-15 09:39:02 +0000 |
commit | cf5e1dc6d47255150a024f273cf84b029c4df2d5 (patch) | |
tree | a9b076a442c8caf641b114d185d004eabb77b761 /x11/kdebase3/Makefile | |
parent | f825a2d3819274e6e723c9d2e85becc7ea418bef (diff) |
- List processes which prevent a volume from getting
unmounted by using fstat (instead of fuser).
- Fix mounting volumes listed in fstab.
PR: ports/111364
Submitted by: Maxim Samsonov <xors@mne.ru>
Notes
Notes:
svn path=/head/; revision=189992
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 8846496f93f3..c8acd2d6337b 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |