diff options
author | lofi <lofi@FreeBSD.org> | 2007-04-15 17:39:02 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-04-15 17:39:02 +0800 |
commit | 9489cdcd52773636816919e87e8257ce2d115185 (patch) | |
tree | 17206902debaa1deac59764c2c2815b63a88cc2f /x11/kdebase3/Makefile | |
parent | 37b5a0226dda84b650dc96f88140fda27438bcc3 (diff) | |
download | freebsd-ports-graphics-9489cdcd52773636816919e87e8257ce2d115185.tar.gz freebsd-ports-graphics-9489cdcd52773636816919e87e8257ce2d115185.tar.zst freebsd-ports-graphics-9489cdcd52773636816919e87e8257ce2d115185.zip |
- 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>
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 8846496f93f..c8acd2d6337 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 |