- drop IGNORE for sparc64, since it's seems no more valid

- add some cosmetic changes

Tested by:	Anton Shterenlikht <mexas at bristol.ac dot uk>
Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-03-30 10:03:37 +00:00
parent 4dc29b34c3
commit fd1aaa559f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293987
2 changed files with 4 additions and 10 deletions

View file

@ -34,10 +34,4 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif .endif
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${ARCH} == "sparc64"
IGNORE= has not yet been ported to sparc64
.endif
.include <bsd.port.post.mk>

View file

@ -6,4 +6,4 @@ The pylib is a development support library featuring these tools and APIs:
* py.code: dynamic code generation and introspection * py.code: dynamic code generation and introspection
* py.path: uniform local and svn path objects * py.path: uniform local and svn path objects
WWW: http://pylib.org WWW: http://pylib.org/