From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 12:19:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2D80ACA; Mon, 27 Jan 2014 12:19:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF3A81279; Mon, 27 Jan 2014 12:19:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RCJNvY090572; Mon, 27 Jan 2014 12:19:23 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RCJNYn090571; Mon, 27 Jan 2014 12:19:23 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401271219.s0RCJNYn090571@svn.freebsd.org> From: Rene Ladan Date: Mon, 27 Jan 2014 12:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341386 - head/sysutils/mono-kmod 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.17 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: Mon, 27 Jan 2014 12:19:23 -0000 Author: rene Date: Mon Jan 27 12:19:23 2014 New Revision: 341386 URL: http://svnweb.freebsd.org/changeset/ports/341386 QAT: https://qat.redports.org/buildarchive/r341386/ Log: - Support stage - Include bsd.port.mk once - Remove redundant variable declaration Approved by: portmgr (infrastructure blanket) Modified: head/sysutils/mono-kmod/Makefile Modified: head/sysutils/mono-kmod/Makefile ============================================================================== --- head/sysutils/mono-kmod/Makefile Mon Jan 27 12:14:09 2014 (r341385) +++ head/sysutils/mono-kmod/Makefile Mon Jan 27 12:19:23 2014 (r341386) @@ -13,17 +13,10 @@ ONLY_FOR_ARCHS= i386 amd64 arm USE_BZIP2= yes SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes - -USES= kmod -.include +USES= kmod uidfix PLIST_FILES= "@cwd /%%KMODDIR%%" PLIST_FILES+= mono.ko -post-install: - @${CAT} ${PKGMESSAGE} - -.include +.include