aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-03-15 13:29:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-03-15 13:36:30 +0000
commit01ded78a6d98eb472262c7aa36c820c32703a7c1 (patch)
tree49192450391f6f2aaf516405d85f3a6a48b67ca6 /Mk
parent1df8ab6a09d65b09b0cf1d877929ca5ba56edf61 (diff)
downloadports-01ded78a6d98eb472262c7aa36c820c32703a7c1.tar.gz
ports-01ded78a6d98eb472262c7aa36c820c32703a7c1.zip
textproc/rarian: remove abandonware
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/gnome.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index 6527f9c3e518..304a018fe479 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -42,10 +42,6 @@
# add the following to your Makefile:
# "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml".
#
-# INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist
-# file and add apropriate @postexec/@postunexec directives for
-# each .omf file found to track OMF registration database.
-#
# MAINTAINER: gnome@FreeBSD.org
.if !defined(_INCLUDE_USES_GNOME_MK)
@@ -436,16 +432,5 @@ gnome-post-glib-schemas:
@${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST};
.endif
-.if defined(INSTALLS_OMF)
-_USES_install+= 690:gnome-post-omf
-gnome-post-omf:
- @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \
- ${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \
- >> ${TMPPLIST}; \
- ${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \
- >> ${TMPPLIST}; \
- done
-.endif
-
.endif
# End of use part.