summaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-04 18:00:58 +0000
committerwiz <wiz>2009-01-04 18:00:58 +0000
commit2c5008f74efc63a59c969e268f0f4484053d9b17 (patch)
treecc54a699c1856b06ed92aefa844e4c63b8c5441a /devel/mico
parent04f9515260cac3ba1318b388f2aa85c1496f1a36 (diff)
downloadpkgsrc-2c5008f74efc63a59c969e268f0f4484053d9b17.tar.gz
Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 936b67d30d5..980b82ca6cf 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/02 07:18:26 tonnerre Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/04 18:00:59 wiz Exp $
#
DISTNAME= mico-2.3.12
@@ -36,5 +36,5 @@ SUBST_FILES.exampledir+= demo/services/Makefile demo/siegel/Makefile
SUBST_FILES.exampledir+= demo/services/wireless/Makefile
SUBST_SED.exampledir= -e "s@(INSTDIR)/doc/mico/examples@(SHARED_INSTDIR)/examples/${PKGBASE}@g"
-.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../textproc/rarian/omf.mk"
.include "../../mk/bsd.pkg.mk"