diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 03:04:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 03:04:35 +0800 |
commit | 9529de08451bdd2027793fa26c9b538c0b16e2b3 (patch) | |
tree | 0972023ea8eb514fe068bfae8c3d095f840e70bb | |
parent | 5385338d26caf56f350889c6962df21366017bd8 (diff) | |
download | marcuscom-ports-9529de08451bdd2027793fa26c9b538c0b16e2b3.tar.gz marcuscom-ports-9529de08451bdd2027793fa26c9b538c0b16e2b3.tar.zst marcuscom-ports-9529de08451bdd2027793fa26c9b538c0b16e2b3.zip |
-Use INSTALLS_OMF, noticed those when I was work on dirrmtry.
-Remove quotes from BROKEN, portlint.
-Correct the plist, noticed those when I was work on dirrmtry.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5829 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | multimedia/gstreamer-editor/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/pkg-plist | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/gstreamer-editor/Makefile b/multimedia/gstreamer-editor/Makefile index 57652befa..8fa1b8657 100644 --- a/multimedia/gstreamer-editor/Makefile +++ b/multimedia/gstreamer-editor/Makefile @@ -34,13 +34,14 @@ USE_GNOME= gnomehack \ PLIST_SUB= \ VERSION="${PORTVERSION}" INSTALLS_SHLIB= yes +INSTALLS_OMF= yes MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= Does not compile on FreeBSD 4.x .endif .include <bsd.port.post.mk> diff --git a/multimedia/gstreamer-editor/pkg-plist b/multimedia/gstreamer-editor/pkg-plist index 96702f51c..beec38789 100644 --- a/multimedia/gstreamer-editor/pkg-plist +++ b/multimedia/gstreamer-editor/pkg-plist @@ -39,24 +39,18 @@ share/gnome/gst-editor/gnome/help/gst-editor/C/gst-editor-manual.xml share/gnome/gst-editor/gnome/help/gst-editor/C/legal.xml share/gnome/gst-editor/gst-editor.png share/gnome/omf/gst-editor/gst-editor-manual-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gst-editor.png share/gnome/pixmaps/gst-inspect.png share/gnome/pixmaps/gst-launch.png -@dirrmtry share/gnome/pixmaps @dirrm share/gnome/omf/gst-editor -@dirrmtry share/gnome/omf @dirrm share/gnome/gst-editor/gnome/help/gst-editor/C @dirrm share/gnome/gst-editor/gnome/help/gst-editor @dirrm share/gnome/gst-editor/gnome/help @dirrm share/gnome/gst-editor/gnome @dirrm share/gnome/gst-editor -@dirrmtry share/gnome/applications -@dirrmtry share/gnome @dirrm include/gst-editor-%%VERSION%%/gst/element-ui @dirrm include/gst-editor-%%VERSION%%/gst/element-browser @dirrm include/gst-editor-%%VERSION%%/gst/editor @dirrm include/gst-editor-%%VERSION%%/gst/debug-ui @dirrm include/gst-editor-%%VERSION%%/gst @dirrm include/gst-editor-%%VERSION%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gst-editor/gst-editor-manual-C.omf 2>/dev/null || /usr/bin/true |