diff options
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index eb76856..1563819 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnupod -# Date created: 30 November 2002 -# Whom: David Le Brun <david@dyn-ns.net> -# +# Created by: David Le Brun <david@dyn-ns.net> # $FreeBSD$ -# PORTNAME= gnupod PORTVERSION= 0.99.8 @@ -30,7 +26,7 @@ MAN1= gnupod_addsong.pl.1 gnupod_check.pl.1 gnupod_INIT.pl.1 \ tunes2pod.pl.1 MANCOMPRESSED= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes NO_BUILD= yes |