diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/htmlobject | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Notes
Diffstat (limited to 'www/htmlobject')
-rw-r--r-- | www/htmlobject/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile index 5e5ea2345f4b..29a944ac967b 100644 --- a/www/htmlobject/Makefile +++ b/www/htmlobject/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: htmlobject -# Date created: Jul 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= htmlobject PORTVERSION= 2.29 @@ -29,6 +24,7 @@ MAN3= HTMLObject::Base.3 HTMLObject::Form.3 \ HTMLObject::WMLDeck.3 HTMLObject::Widgets.3 \ HTMLObject::ErrorBase.3 +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: |