diff options
Diffstat (limited to 'www/p5-PodToHTML/Makefile')
-rw-r--r-- | www/p5-PodToHTML/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-PodToHTML/Makefile b/www/p5-PodToHTML/Makefile index e921e00fb55b..580a9f789c17 100644 --- a/www/p5-PodToHTML/Makefile +++ b/www/p5-PodToHTML/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: p5-PodToHTML -# Date created: 27 February 2004 -# Whom: hrs@FreeBSD.org -# +# Created by: hrs@FreeBSD.org # $FreeBSD$ PORTNAME= PodToHTML @@ -28,4 +25,5 @@ MAN1= podtohtml.1 MAN3= Pod::HTML_Elements.3 \ Pod::Links.3 +NO_STAGE= yes .include <bsd.port.mk> |