summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2005-03-24 22:42:58 +0000
committerjlam <jlam>2005-03-24 22:42:58 +0000
commita9e9e4efa10f3e61dad19908b71b4e8622af694b (patch)
treed7fe497052393fc66a0643bdff66b2bf686bec43 /databases
parent7746ad46db31b519897f2649ec58b3fabbe6275a (diff)
downloadpkgsrc-a9e9e4efa10f3e61dad19908b71b4e8622af694b.tar.gz
Don't check for USE_BUILDLINK3 anymore in these files. These are included
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
Diffstat (limited to 'databases')
-rw-r--r--databases/shared-mime-info/mimedb.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/shared-mime-info/mimedb.mk b/databases/shared-mime-info/mimedb.mk
index 6b42316b63a..52db0a8519f 100644
--- a/databases/shared-mime-info/mimedb.mk
+++ b/databases/shared-mime-info/mimedb.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mimedb.mk,v 1.1 2004/08/31 11:43:44 jmmv Exp $
+# $NetBSD: mimedb.mk,v 1.2 2005/03/24 22:42:58 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# mime customization files. It takes care of registering them in the global
@@ -8,7 +8,7 @@
.if !defined(SHARED_MIME_INFO_MIMEDB_MK)
SHARED_MIME_INFO_MIMEDB_MK= # defined
-. include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.prefs.mk"
USE_PKGINSTALL= YES
INSTALL_EXTRA_TMPL+= ${.CURDIR}/../../databases/shared-mime-info/files/install.tmpl
@@ -25,8 +25,6 @@ PRINT_PLIST_AWK+= /^@dirrm share\/mime\/packages$$/ \
PRINT_PLIST_AWK+= /^@dirrm share\/mime\// { next; }
PRINT_PLIST_AWK+= /^@dirrm share\/mime$$/ { next; }
-.if !defined(NO_BUILDLINK) && !empty(USE_BUILDLINK3:M[yY][eE][sS])
-. include "../../databases/shared-mime-info/buildlink3.mk"
-.endif
+.include "../../databases/shared-mime-info/buildlink3.mk"
.endif # SHARED_MIME_INFO_MIMEDB_MK