mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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:
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
|
@ -1,6 +1,6 @@
|
|||
# New ports collection makefile for: py-pylib
|
||||
# Date created: 2008-09-16
|
||||
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
||||
# Date created: 2008-09-16
|
||||
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
@ -34,10 +34,4 @@ post-install:
|
|||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
IGNORE= has not yet been ported to sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,4 +6,4 @@ The pylib is a development support library featuring these tools and APIs:
|
|||
* py.code: dynamic code generation and introspection
|
||||
* py.path: uniform local and svn path objects
|
||||
|
||||
WWW: http://pylib.org
|
||||
WWW: http://pylib.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue