View | Details | Raw Unified | Return to bug 193181
Collapse All | Expand All

(-)aoe/Makefile (-5 / +4 lines)
Lines 7-13 Link Here
7
MASTER_SITES=	http://www.son.org/download/
7
MASTER_SITES=	http://www.son.org/download/
8
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
8
DISTNAME=	${PORTNAME}-freebsd-${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	portmaster@bsdforge.com
11
COMMENT=	FreeBSD driver for ATA over Ethernet (AoE)
11
COMMENT=	FreeBSD driver for ATA over Ethernet (AoE)
12
12
13
NO_PACKAGE=	Should be in sync with the kernel to work correctly
13
NO_PACKAGE=	Should be in sync with the kernel to work correctly
Lines 17-23 Link Here
17
MAN4=		aoe.4
17
MAN4=		aoe.4
18
USE_RC_SUBR=	aoe
18
USE_RC_SUBR=	aoe
19
19
20
NO_STAGE=	yes
21
pre-everything::
20
pre-everything::
22
	@if [ ! -f /usr/src/sys/Makefile ]; then \
21
	@if [ ! -f /usr/src/sys/Makefile ]; then \
23
		${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \
22
		${ECHO_MSG} ">> The AoE port needs FreeBSD kernel source code to compile."; \
Lines 26-34 Link Here
26
	fi
25
	fi
27
26
28
do-install:
27
do-install:
29
	${MKDIR} ${PREFIX}/lib/aoe
28
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/aoe
30
	${INSTALL_KLD} ${WRKSRC}/aoe.ko ${PREFIX}/lib/aoe
29
	${INSTALL_KLD} ${WRKSRC}/aoe.ko ${STAGEDIR}${PREFIX}/lib/aoe
31
	${INSTALL_MAN} ${WRKDIR}/aoe.4 ${PREFIX}/man/man4
30
	${INSTALL_MAN} ${WRKDIR}/aoe.4 ${STAGEDIR}${PREFIX}/man/man4
32
	${CAT} ${PKGMESSAGE}
31
	${CAT} ${PKGMESSAGE}
33
32
34
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 193181