From 1aa2da5f76f2b00ad57cce9090c31c85de047693 Mon Sep 17 00:00:00 2001
From: Norm Jacobs <Norm.Jacobs@Oracle.COM>
Date: Tue, 08 Feb 2011 19:54:06 +0100
Subject: [PATCH] 7016379 migrate elinks to userland (fix pkglint) 7017379 package metadata not required for building should be kept in the package manifest (fix dependency generation)

---
 components/elinks/elinks.p5m |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/components/elinks/elinks.p5m b/components/elinks/elinks.p5m
index 64d5c4d..e1d19a3 100644
--- a/components/elinks/elinks.p5m
+++ b/components/elinks/elinks.p5m
@@ -27,7 +27,6 @@
 set name=info.upstream_url value="http://elinks.or.cz/"
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-set variant.arch=$(ARCH)
 
 dir path=usr
 dir path=usr/bin
@@ -98,7 +97,7 @@
 dir path=usr/share/man
 dir path=usr/share/man/man1
 dir path=usr/share/man/man5
-file path=usr/bin/elinks variant.arch=$(ARCH)
+file path=usr/bin/elinks
 file path=usr/share/doc/elinks/bittorrent.txt
 file path=usr/share/doc/elinks/color-model.txt
 file path=usr/share/doc/elinks/bookmarks.txt

--
Gitblit v1.9.3