aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tunapie/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2008-10-11 11:36:42 +0000
committerNicola Vitale <nivit@FreeBSD.org>2008-10-11 11:36:42 +0000
commit294a913d7617c5ee3ee1901929bc2e47602d71fb (patch)
tree536fc88806d5b6382dc4b79cc1620e6decf9684c /multimedia/tunapie/Makefile
parent39256433c26adbb79eaadf54a6b62446d0006b38 (diff)
downloadports-294a913d7617c5ee3ee1901929bc2e47602d71fb.tar.gz
ports-294a913d7617c5ee3ee1901929bc2e47602d71fb.zip
Notes
Diffstat (limited to 'multimedia/tunapie/Makefile')
-rw-r--r--multimedia/tunapie/Makefile8
1 files changed, 4 insertions, 4 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>