svn commit: r366823 - head/net/aoe
Max Khon
fjoe at FreeBSD.org
Sun Aug 31 19:54:43 UTC 2014
Author: fjoe
Date: Sun Aug 31 19:54:43 2014
New Revision: 366823
URL: http://svnweb.freebsd.org/changeset/ports/366823
QAT: https://qat.redports.org/buildarchive/r366823/
Log:
- Staging support.
- Take maintainership back.
Modified:
head/net/aoe/Makefile
Modified: head/net/aoe/Makefile
==============================================================================
--- head/net/aoe/Makefile Sun Aug 31 19:49:08 2014 (r366822)
+++ head/net/aoe/Makefile Sun Aug 31 19:54:43 2014 (r366823)
@@ -7,7 +7,7 @@ CATEGORIES= net kld
MASTER_SITES= http://www.son.org/download/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= fjoe at FreeBSD.org
COMMENT= FreeBSD driver for ATA over Ethernet (AoE)
NO_PACKAGE= Should be in sync with the kernel to work correctly
@@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/dev/aoe
MAN4= aoe.4
USE_RC_SUBR= aoe
-NO_STAGE= yes
pre-everything::
@if [ ! -f /usr/src/sys/Makefile ]; then \
${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \
@@ -26,9 +25,8 @@ pre-everything::
fi
do-install:
- ${MKDIR} ${PREFIX}/lib/aoe
- ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${PREFIX}/lib/aoe
- ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${PREFIX}/man/man4
- ${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/aoe
+ ${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
+ ${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list