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

(-)Makefile (+4 lines)
Lines 33-38 Link Here
33
.include "${.CURDIR}/../pnet/Makefile.pnet"
33
.include "${.CURDIR}/../pnet/Makefile.pnet"
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if ${ARCH} == "alpha"
37
IGNORE=	"cscc core dumps durring build"
38
.endif
39
36
post-install:
40
post-install:
37
.if !defined(NOPORTDOCS)
41
.if !defined(NOPORTDOCS)
38
	@${MKDIR} ${DOCSDIR}
42
	@${MKDIR} ${DOCSDIR}

Return to bug 65771