diff options
author | pav <pav@FreeBSD.org> | 2004-07-09 02:41:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-09 02:41:52 +0800 |
commit | f5eda200e0f534e99dc70fbd10514bfff663e9ff (patch) | |
tree | 1389c0ebd8f2db2119a72c9f27d2248eff4c020c /audio/gnupod/Makefile | |
parent | 033f3f17db6a222cf4b6179c570c060099bb2be3 (diff) | |
download | freebsd-ports-gnome-f5eda200e0f534e99dc70fbd10514bfff663e9ff.tar.gz freebsd-ports-gnome-f5eda200e0f534e99dc70fbd10514bfff663e9ff.tar.zst freebsd-ports-gnome-f5eda200e0f534e99dc70fbd10514bfff663e9ff.zip |
- Update to 0.95
PR: ports/68744
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Diffstat (limited to 'audio/gnupod/Makefile')
-rw-r--r-- | audio/gnupod/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 7fa16cf63f28..437fcce95e23 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnupod -PORTVERSION= 0.94 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= audio perl5 MASTER_SITES= http://blinkenlights.ch/gnupod-dist/stable/ EXTRACT_SUFX= .tgz @@ -23,6 +22,10 @@ BUILD_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ RUN_DEPENDS= ${BUILD_DEPENDS} INFO= gnupod +MAN1= gnupod_addsong.pl.1 gnupod_check.pl.1 gnupod_INIT.pl.1 \ + gnupod_otgsync.pl.1 gnupod_search.pl.1 mktunes.pl.1 \ + tunes2pod.pl.1 +MANCOMPRESSED= yes USE_PERL5= yes HAS_CONFIGURE= yes |