diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /astro | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) | |
download | ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 8 | ||||
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 9 |
2 files changed, 5 insertions, 12 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 77d61f53d5d3..614e1913e312 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: google-earth -# Date created: Jun 13 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= google-earth PORTVERSION= 6.0.3.2197 @@ -28,7 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\..*//g}/ USE_LINUX= yes USE_LINUX_APPS= xorglibs USE_GNOME= desktopfileutils -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= patch build .include <bsd.port.pre.mk> diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index 9e641b534de3..b0e9f011af4d 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: astro/p5-Astro-Sunrise -# Date created: 25 April 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Astro-Sunrise PORTVERSION= 0.91 @@ -16,7 +12,8 @@ COMMENT= Perl extension for computing the sunrise/sunset on a given day BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure patch MAN3= Astro::Sunrise.3 |