diff options
Diffstat (limited to 'textproc/roap/Makefile')
-rw-r--r-- | textproc/roap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/roap/Makefile b/textproc/roap/Makefile index 0510378ffee8..78e0f51dba29 100644 --- a/textproc/roap/Makefile +++ b/textproc/roap/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection Makefile for: roap -# Date created: Apr 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= roap PORTVERSION= 0.1.2 @@ -23,6 +18,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Region_Oriented_Ascii_Processor +NO_STAGE= yes post-install: ${INSTALL_SCRIPT} ${WRKSRC}/roap ${PREFIX}/bin .if !defined(NOPORTDOCS) |