aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2014-09-01 03:54:43 +0800
committerfjoe <fjoe@FreeBSD.org>2014-09-01 03:54:43 +0800
commit841f2b8dbb008c8dd237351f762e0441c6e45540 (patch)
treecd31ccf6a54b9ce986447ef03ff1cc11a157cca6
parent43be27fdb490a21183ba9ae36fd38c77446240d8 (diff)
downloadfreebsd-ports-gnome-841f2b8dbb008c8dd237351f762e0441c6e45540.tar.gz
freebsd-ports-gnome-841f2b8dbb008c8dd237351f762e0441c6e45540.tar.zst
freebsd-ports-gnome-841f2b8dbb008c8dd237351f762e0441c6e45540.zip
- Staging support.
- Take maintainership back.
-rw-r--r--net/aoe/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/aoe/Makefile b/net/aoe/Makefile
index e7a4b512ad68..506d291cabb4 100644
--- a/net/aoe/Makefile
+++ b/net/aoe/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= net kld
MASTER_SITES= http://www.son.org/download/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= fjoe@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>