diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-22 06:46:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-22 06:46:45 +0800 |
commit | a8371e2f31a12f26c1bbdfe552859f601495c143 (patch) | |
tree | 98a2ddac79a0d3b012b3ab00f2df957662daea9f /x11/kdebase3/Makefile | |
parent | e00872ef532112e4116ebe1be9eccb7ff21ec906 (diff) | |
download | freebsd-ports-graphics-a8371e2f31a12f26c1bbdfe552859f601495c143.tar.gz freebsd-ports-graphics-a8371e2f31a12f26c1bbdfe552859f601495c143.tar.zst freebsd-ports-graphics-a8371e2f31a12f26c1bbdfe552859f601495c143.zip |
Fix unmounting USB storage devices and the like (don't try to "eject" them,
just unmounting will do. Yay Linux.).
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r-- | x11/kdebase3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index ba165d80215..84457e588c2 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 @@ -102,6 +102,9 @@ pre-configure: ${WRKSRC}/khelpcenter/searchhandlers/khc_htdig.pl.in \ ${WRKSRC}/khelpcenter/searchhandlers/khc_docbookdig.pl.in \ ${WRKSRC}/khelpcenter/searchhandlers/khc_htsearch.pl + ${REINPLACE_CMD} \ + -e 's|-s|-u|g' \ + ${WRKSRC}/kioslave/media/services/media_safelyremove.desktop post-configure: |