diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-23 10:23:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-23 10:23:08 +0800 |
commit | 9b457ed230f134319168eaa6db5e9bdb646358be (patch) | |
tree | 2da9490eff3216147177c5cd4d301da8c4ba489a /audio/terminatorx | |
parent | 14b9c1c29f05afe83b7b130d75b659aea890c18f (diff) | |
download | freebsd-ports-graphics-9b457ed230f134319168eaa6db5e9bdb646358be.tar.gz freebsd-ports-graphics-9b457ed230f134319168eaa6db5e9bdb646358be.tar.zst freebsd-ports-graphics-9b457ed230f134319168eaa6db5e9bdb646358be.zip |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 1 | ||||
-rw-r--r-- | audio/terminatorx/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 8e48955d6be..56ed4af5755 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 libxml2 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/audio/terminatorx/pkg-plist b/audio/terminatorx/pkg-plist index 5f97c7d11e3..410c5fde1a7 100644 --- a/audio/terminatorx/pkg-plist +++ b/audio/terminatorx/pkg-plist @@ -5,11 +5,9 @@ share/gnome/help/terminatorX/C/figures/signalflow.png share/gnome/mime-info/terminatorX.keys share/gnome/mime-info/terminatorX.mime share/gnome/omf/terminatorX/terminatorX-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/terminatorX/terminatorX-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/terminatorX-app.png share/gnome/pixmaps/terminatorX-mime.png @dirrm share/gnome/omf/terminatorX @dirrm share/gnome/help/terminatorX/C/figures @dirrm share/gnome/help/terminatorX/C @dirrm share/gnome/help/terminatorX -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/terminatorX/terminatorX-C.omf 2>/dev/null || /usr/bin/true |