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 /palm | |
parent | 14b9c1c29f05afe83b7b130d75b659aea890c18f (diff) | |
download | freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.tar.gz freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.tar.zst freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.zip |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnome-pilot/Makefile | 1 | ||||
-rw-r--r-- | palm/gnome-pilot/pkg-plist | 2 | ||||
-rw-r--r-- | palm/gnomepilot2/Makefile | 1 | ||||
-rw-r--r-- | palm/gnomepilot2/pkg-plist | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index d851e31e34e3..01bce833e72d 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack USE_LIBTOOL_VER=15 +INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnome-pilot/pkg-plist b/palm/gnome-pilot/pkg-plist index 9d8688956fb9..312426cb9ac0 100644 --- a/palm/gnome-pilot/pkg-plist +++ b/palm/gnome-pilot/pkg-plist @@ -48,7 +48,6 @@ share/gnome/idl/gnome-pilot.idl share/gnome/mime-info/palm.keys share/gnome/mime-info/palm.mime share/gnome/omf/gnome-pilot/gnome-pilot-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-palm-conduit.png share/gnome/pixmaps/gnome-palm.png share/gnome/pixmaps/sync_broken.png @@ -103,4 +102,3 @@ share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo @unexec rmdir %D/share/gnome/gnome-pilot 2>/dev/null || /usr/bin/true @unexec rmdir %D/lib/gnome-pilot/conduits 2>/dev/null || /usr/bin/true @unexec rmdir %D/lib/gnome-pilot 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index d851e31e34e3..01bce833e72d 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack USE_LIBTOOL_VER=15 +INSTALLS_OMF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/palm/gnomepilot2/pkg-plist b/palm/gnomepilot2/pkg-plist index 9d8688956fb9..312426cb9ac0 100644 --- a/palm/gnomepilot2/pkg-plist +++ b/palm/gnomepilot2/pkg-plist @@ -48,7 +48,6 @@ share/gnome/idl/gnome-pilot.idl share/gnome/mime-info/palm.keys share/gnome/mime-info/palm.mime share/gnome/omf/gnome-pilot/gnome-pilot-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-palm-conduit.png share/gnome/pixmaps/gnome-palm.png share/gnome/pixmaps/sync_broken.png @@ -103,4 +102,3 @@ share/locale/zh_TW/LC_MESSAGES/gnome-pilot.mo @unexec rmdir %D/share/gnome/gnome-pilot 2>/dev/null || /usr/bin/true @unexec rmdir %D/lib/gnome-pilot/conduits 2>/dev/null || /usr/bin/true @unexec rmdir %D/lib/gnome-pilot 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-pilot/gnome-pilot-C.omf 2>/dev/null || /usr/bin/true |