diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-04-27 00:30:20 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-04-27 00:30:20 +0800 |
commit | 2fc81e1b63ba98dff17499af45e4d7da261419fe (patch) | |
tree | 8a6fbfc94d61aa0f65601b5f62b75e029b65c513 /x11-fm | |
parent | 5206262eb33f9fd73dd0be19406c5b38ea770928 (diff) | |
download | freebsd-ports-gnome-2fc81e1b63ba98dff17499af45e4d7da261419fe.tar.gz freebsd-ports-gnome-2fc81e1b63ba98dff17499af45e4d7da261419fe.tar.zst freebsd-ports-gnome-2fc81e1b63ba98dff17499af45e4d7da261419fe.zip |
- Fix build
PR: 112139
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
Approved by: "M. Araujo" <araujo AT bsdmail.org> (maintainer),
clsung (mentor, implicitly)
Noted by: kris
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/gnome-commander2/files/patch-doc__C__gnome-commander.xml | 28 |
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 47131765dbb4..a00a8964689b 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ exif.12:${PORTSDIR}/graphics/libexif \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata -BROKEN= Does not build - CONFLICTS= gnome-commander-* USE_BZIP2= yes diff --git a/x11-fm/gnome-commander2/files/patch-doc__C__gnome-commander.xml b/x11-fm/gnome-commander2/files/patch-doc__C__gnome-commander.xml new file mode 100644 index 000000000000..747001266881 --- /dev/null +++ b/x11-fm/gnome-commander2/files/patch-doc__C__gnome-commander.xml @@ -0,0 +1,28 @@ +--- doc/C/gnome-commander.xml.orig Tue Dec 12 06:12:37 2006 ++++ doc/C/gnome-commander.xml Thu Apr 26 02:21:08 2007 +@@ -27,6 +27,14 @@ + <articleinfo> + <title>&app; Manual V&manrevision;</title> + ++ <abstract role="description"> ++ <para> ++ GNOME Commander is a nice and fast file manager for the GNOME desktop. ++ In addition to performing the basic filemanager functions the program is ++ also an FTP-client and it can browse SMB-networks. ++ </para> ++ </abstract> ++ + <copyright> + <year>2000</year> + <year>2001</year> +@@ -50,6 +58,10 @@ + <publisher> + <publishername> GNOME Documentation Project</publishername> + </publisher> ++ ++ <othercredit role="maintainer"> ++ <name>GNOME Documentation Project</name> ++ </othercredit> + + &legal; + <!-- This file contains link to license for the documentation (GNU FDL), and |