diff options
Diffstat (limited to 'print/py-trml2pdf/Makefile')
-rw-r--r-- | print/py-trml2pdf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/py-trml2pdf/Makefile b/print/py-trml2pdf/Makefile index 20f4a83b538d..e084f5811011 100644 --- a/print/py-trml2pdf/Makefile +++ b/print/py-trml2pdf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-trml2pdf -# Date created: 22 November 2009 -# Whom: Kevin Golding <ports@caomhin.org> -# +# Created by: Kevin Golding <ports@caomhin.org> # $FreeBSD$ -# PORTNAME= trml2pdf PORTVERSION= 1.2 @@ -26,6 +22,7 @@ USE_PYTHON= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +NO_STAGE= yes do-install: @${MKDIR} ${PYTHON_SITELIBDIR}/trml2pdf @${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* ${PYTHON_SITELIBDIR}/trml2pdf |