diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-10-11 11:36:42 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-10-11 11:36:42 +0000 |
commit | 294a913d7617c5ee3ee1901929bc2e47602d71fb (patch) | |
tree | 536fc88806d5b6382dc4b79cc1620e6decf9684c | |
parent | 39256433c26adbb79eaadf54a6b62446d0006b38 (diff) | |
download | ports-294a913d7617c5ee3ee1901929bc2e47602d71fb.tar.gz ports-294a913d7617c5ee3ee1901929bc2e47602d71fb.zip |
Notes
-rw-r--r-- | multimedia/tunapie/Makefile | 8 | ||||
-rw-r--r-- | multimedia/tunapie/distinfo | 6 | ||||
-rw-r--r-- | multimedia/tunapie/pkg-plist | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index 89bf9dd1f9cd..1e98ca00c3a5 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tunapie -PORTVERSION= 2.1.8 +PORTVERSION= 2.1.11 #PORTREVISION= 0 CATEGORIES= multimedia audio MASTER_SITES= SF @@ -29,7 +29,7 @@ OPTIONS= ADULT "non-censored TV listings" off \ AUDACIOUS "use audacious instead of xmms" off \ BEEP_MEDIA_PLAYER "use beep-media-player instead of xmms" off -.if !defined(NOMANPAGES) +.if !defined(NO_INSTALL_MANPAGES) MAN1= tunapie.1 .endif @@ -50,8 +50,8 @@ post-patch: do-install: @${MKDIR} ${DESKTOPDIR} @cd ${WRKSRC} && ./install.sh ${ADULT_TVLIST} -.if !defined(NOMANPAGES) - ${CP} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ +.if !defined(NO_INSTALL_MANPAGES) + @${CP} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ .endif .include <bsd.port.pre.mk> diff --git a/multimedia/tunapie/distinfo b/multimedia/tunapie/distinfo index 6de3baceb010..726d50218536 100644 --- a/multimedia/tunapie/distinfo +++ b/multimedia/tunapie/distinfo @@ -1,3 +1,3 @@ -MD5 (tunapie-2.1.8.tar.gz) = 74228ac48e1633749fe3774d225917d9 -SHA256 (tunapie-2.1.8.tar.gz) = a00813e475884f338c6f4624ea529fdf015fc92585061d34504ecf4f9665109c -SIZE (tunapie-2.1.8.tar.gz) = 49859 +MD5 (tunapie-2.1.11.tar.gz) = b37c4aeae8f02fbc8d69d5c4e810e332 +SHA256 (tunapie-2.1.11.tar.gz) = b3a071130b5c01e63112423ffe0e30826c4aeb4211b75d8740cd24add6ef5e13 +SIZE (tunapie-2.1.11.tar.gz) = 49924 diff --git a/multimedia/tunapie/pkg-plist b/multimedia/tunapie/pkg-plist index d3b4586a816b..dbf37befad17 100644 --- a/multimedia/tunapie/pkg-plist +++ b/multimedia/tunapie/pkg-plist @@ -3,6 +3,7 @@ bin/tunapie @unexec if cmp -s %D/etc/tunapie.config %D/etc/tunapie.config.default; then rm -f %D/etc/tunapie.config; fi etc/tunapie.config.default @exec [ -f %B/tunapie.config ] || cp %B/%f %B/tunapie.config +%%DESKTOPDIR%%/tunapie.desktop share/pixmaps/tplogo.xpm %%DATADIR%%/AboutTuner.py %%DATADIR%%/AboutTuner.pyc @@ -34,7 +35,5 @@ share/pixmaps/tplogo.xpm %%DATADIR%%/tuner.py %%DATADIR%%/tuner.pyc %%DATADIR%%/tv.png -%%DESKTOPDIR%%/tunapie.desktop @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% -@dirrmtry %%DESKTOPDIR%% |