diff options
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 7d3fae4bffe6..d296d0e810f2 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnupod -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= audio perl5 -MASTER_SITES= http://www.blinkenlights.ch/gnupod/ -DISTNAME= ${PORTNAME}-tools-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gnupod MAINTAINER= david@dyn-ns.net COMMENT= A set of Perl scripts for using an Apple iPod @@ -25,7 +25,8 @@ USE_PERL5= yes HAS_CONFIGURE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-tools +CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ENV= ac_cv_path_PERL=${PERL} .ifndef(NOPORTDOCS) post-install: |