summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-07-20 18:13:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-07-20 18:13:51 +0000
commitcc17206ba3ef646de62b4e68427b4e3ad3101b1b (patch)
tree7d1fbd77186b40ca16cc6eae28566f04f73aa12a /mk/bsd.pkg.mk
parent19b33bea078bed91dc7f91f4b6632f766d282eff (diff)
downloadpkgsrc-cc17206ba3ef646de62b4e68427b4e3ad3101b1b.tar.gz
don't list 'mipsel' as a port name in the README.html's for the packages.
This is consistent with not listing 'm68k'.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 57158b8c400..e97f0ef6420 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.513 2000/07/20 17:46:45 rh Exp $
+# $NetBSD: bsd.pkg.mk,v 1.514 2000/07/20 18:13:51 dmcmahill Exp $
#
# This file is in the public domain.
#
@@ -2597,7 +2597,7 @@ binpkg-list:
arch = $$2; \
pkg = $$3; \
gsub("\.tgz","", pkg); \
- if (arch != "m68k") { \
+ if (arch != "m68k" && arch != "mipsel") { \
if (arch in urls) \
urls[arch "/" pkg "/" release] = "<a href=\"${PKG_URL}/" release "/" arch "/${PKGREPOSITORYSUBDIR}/" pkg "${PKG_SUFX}\">" pkg "</a>, " urls[arch]; \
else \