diff options
Diffstat (limited to 'www/html2hdml/Makefile')
-rw-r--r-- | www/html2hdml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile index c9866ea41eec..b5777d63c5ae 100644 --- a/www/html2hdml/Makefile +++ b/www/html2hdml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: html2hdml -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= html2hdml PORTVERSION= 1.0.5 @@ -17,4 +13,5 @@ COMMENT= An i-mode HTML to EZweb HDML converter GNU_CONFIGURE= yes PLIST_FILES= bin/html2hdml +NO_STAGE= yes .include <bsd.port.mk> |