diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-19 19:50:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-19 19:50:34 +0000 |
commit | e37918825629f271560c6bdf8e722926fbc01322 (patch) | |
tree | 63cc701388538f1e3a631eb0e286ed1330bfe2b9 /lang | |
parent | f73dbe174b0fefe4419b371fcfa6aa2958bd571e (diff) | |
download | ports-e37918825629f271560c6bdf8e722926fbc01322.tar.gz ports-e37918825629f271560c6bdf8e722926fbc01322.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnetlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pnetlib/Makefile b/lang/pnetlib/Makefile index b0a30afaf383..2a88b631a0c3 100644 --- a/lang/pnetlib/Makefile +++ b/lang/pnetlib/Makefile @@ -33,6 +33,10 @@ PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \ .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +IGNORE= "cscc core dumps durring build" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |