svn commit: r341386 - head/sysutils/mono-kmod

Rene Ladan rene at FreeBSD.org
Mon Jan 27 12:19:23 UTC 2014


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>


More information about the svn-ports-all mailing list