diff options
Diffstat (limited to 'textproc/html2fo/Makefile')
-rw-r--r-- | textproc/html2fo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/html2fo/Makefile b/textproc/html2fo/Makefile index abd6ddd718fc..2253731fac5d 100644 --- a/textproc/html2fo/Makefile +++ b/textproc/html2fo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: html2fo -# Date created: Jul 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= html2fo PORTVERSION= 0.4.2 @@ -19,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin |