diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-16 17:44:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-16 17:44:02 +0800 |
commit | 9e44ebe654712c35a84d056949d45f4809851e07 (patch) | |
tree | 27dab527bfc21c2847c287a2a5ccf8a09fc5a260 /www/p5-HTML-CalendarMonthSimple | |
parent | 6fea7d96fe417c78cd24ed439c2f2814a6edc175 (diff) | |
download | freebsd-ports-gnome-9e44ebe654712c35a84d056949d45f4809851e07.tar.gz freebsd-ports-gnome-9e44ebe654712c35a84d056949d45f4809851e07.tar.zst freebsd-ports-gnome-9e44ebe654712c35a84d056949d45f4809851e07.zip |
- Fix plist
- Trim header
Reported by: poudriere exp-run
Diffstat (limited to 'www/p5-HTML-CalendarMonthSimple')
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-CalendarMonthSimple/pkg-plist | 1 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-HTML-CalendarMonthSimple/Makefile b/www/p5-HTML-CalendarMonthSimple/Makefile index 0f90ba1628fe..6bf36b8e9ab9 100644 --- a/www/p5-HTML-CalendarMonthSimple/Makefile +++ b/www/p5-HTML-CalendarMonthSimple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-CalendarMonthSimple -# Date created: May 27 2001 -# Whom: vanilla -# +# Created by: vanilla # $FreeBSD$ -# PORTNAME= HTML-CalendarMonthSimple PORTVERSION= 1.25 @@ -15,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc PERL_CONFIGURE= yes diff --git a/www/p5-HTML-CalendarMonthSimple/pkg-plist b/www/p5-HTML-CalendarMonthSimple/pkg-plist index 158db18f9747..e5e9f129f9c4 100644 --- a/www/p5-HTML-CalendarMonthSimple/pkg-plist +++ b/www/p5-HTML-CalendarMonthSimple/pkg-plist @@ -2,5 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/CalendarMonthSimple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML @dirrmtry %%SITE_PERL%%/HTML |