From owner-svn-ports-head@FreeBSD.ORG Wed Nov 14 10:58:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EE88389; Wed, 14 Nov 2012 10:58:53 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 214978FC0C; Wed, 14 Nov 2012 10:58:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAEAwq7i056771; Wed, 14 Nov 2012 10:58:53 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAEAwqg8056770; Wed, 14 Nov 2012 10:58:52 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211141058.qAEAwqg8056770@svn.freebsd.org> From: Florian Smeets Date: Wed, 14 Nov 2012 10:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307411 - head/comms/uarduno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 10:58:53 -0000 Author: flo Date: Wed Nov 14 10:58:52 2012 New Revision: 307411 URL: http://svnweb.freebsd.org/changeset/ports/307411 Log: - Don't redefine LOCALBASE, use PREFIX to install to, this also fixes installation with pkgng. The port would otherwise try to install pkg again ===> uarduno-1.02 depends on file: /boot/kernel/sbin/pkg - not found - Don't leave any leftovers in KMODDIR Approved by: maintainer Feature safe: yes Modified: head/comms/uarduno/Makefile (contents, props changed) Modified: head/comms/uarduno/Makefile ============================================================================== --- head/comms/uarduno/Makefile Wed Nov 14 10:56:15 2012 (r307410) +++ head/comms/uarduno/Makefile Wed Nov 14 10:58:52 2012 (r307411) @@ -1,9 +1,5 @@ -# Ports collection makefile for: uarduno -# Date created: 11-19-2010 -# Whom: 'Big Bad Bob' Frazier -# +# Created by: 'Big Bad Bob' Frazier # $FreeBSD$ -# PORTNAME= uarduno PORTVERSION= 1.02 @@ -17,7 +13,7 @@ NO_PACKAGE= You must (re)build this port # need to enforce installation into kernel module directory MAKE_ENV+= KMODDIR=${KMODDIR} -LOCALBASE= ${KMODDIR} +PREFIX= ${KMODDIR} .include @@ -29,7 +25,8 @@ NO_MTREE= yes # some test targets need a predictable source directory WRKSRC= ${WRKDIR}/uarduno -PLIST_FILES= uarduno.ko +PLIST_FILES= uarduno.ko \ + "@unexec kldxref ${KMODDIR}" MAKE_JOBS_SAFE= yes # no license required