From fd1aaa559faf1cfbd65ee88ef4f3d6d64bd98296 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Fri, 30 Mar 2012 10:03:37 +0000 Subject: [PATCH] - drop IGNORE for sparc64, since it's seems no more valid - add some cosmetic changes Tested by: Anton Shterenlikht Feature safe: yes --- devel/py-pylib/Makefile | 12 +++--------- devel/py-pylib/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/devel/py-pylib/Makefile b/devel/py-pylib/Makefile index c58c502b0c1c..b89e937447d2 100644 --- a/devel/py-pylib/Makefile +++ b/devel/py-pylib/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: py-pylib -# Date created: 2008-09-16 -# Whom: Yi-Jheng Lin +# Date created: 2008-09-16 +# Whom: Yi-Jheng Lin # # $FreeBSD$ # @@ -34,10 +34,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif -.include - -.if ${ARCH} == "sparc64" -IGNORE= has not yet been ported to sparc64 -.endif - -.include +.include diff --git a/devel/py-pylib/pkg-descr b/devel/py-pylib/pkg-descr index 97dee45bd14a..f55da827f2a8 100644 --- a/devel/py-pylib/pkg-descr +++ b/devel/py-pylib/pkg-descr @@ -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/