Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 12:19:23 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341386 - head/sysutils/mono-kmod
Message-ID:  <201401271219.s0RCJNYn090571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+USES=		kmod uidfix
 
 PLIST_FILES=	"@cwd /%%KMODDIR%%"
 PLIST_FILES+=	mono.ko
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271219.s0RCJNYn090571>