aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-tvgrab
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-06-27 08:55:38 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-06-27 08:55:38 +0000
commit01867716a25ba81fc92efc52fc3d09d5952900ce (patch)
tree6b7b765f9f89765ec8817ef45b476a1458752b37 /textproc/py-tvgrab
parente671a0ba041a2c565ca6f60b85e191ac447e0d0b (diff)
downloadports-01867716a25ba81fc92efc52fc3d09d5952900ce.tar.gz
ports-01867716a25ba81fc92efc52fc3d09d5952900ce.zip
Notes
Diffstat (limited to 'textproc/py-tvgrab')
-rw-r--r--textproc/py-tvgrab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-tvgrab/Makefile b/textproc/py-tvgrab/Makefile
index 4021c50044aa..c1a2ba973648 100644
--- a/textproc/py-tvgrab/Makefile
+++ b/textproc/py-tvgrab/Makefile
@@ -7,7 +7,7 @@
PORTNAME= TVGrab
PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= pytvgrab
@@ -30,7 +30,9 @@ post-extract:
@${CP} ${FILESDIR}/timezone.py ${WRKSRC}/lib/timezone.py
post-install:
+.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
.include <bsd.port.mk>