diff options
Diffstat (limited to 'textproc/py-ltxml/Makefile')
-rw-r--r-- | textproc/py-ltxml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile index 2cc648ef8a36..b15fa2860867 100644 --- a/textproc/py-ltxml/Makefile +++ b/textproc/py-ltxml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-ltxml -# Date created: 31 January 2002 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ltxml PORTVERSION= 1.3 @@ -26,6 +22,7 @@ USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" |