diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-27 16:55:38 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-27 16:55:38 +0800 |
commit | 2d0084ec5abfbe22aeaa4b97536d00ba861454b6 (patch) | |
tree | 4cfb5a39ab5f03ae1a057cffad3c6320b99f27f1 /textproc/py-tvgrab | |
parent | 8b1fb86c661e9f14597486b71a8e00c321bd7a8d (diff) | |
download | freebsd-ports-gnome-2d0084ec5abfbe22aeaa4b97536d00ba861454b6.tar.gz freebsd-ports-gnome-2d0084ec5abfbe22aeaa4b97536d00ba861454b6.tar.zst freebsd-ports-gnome-2d0084ec5abfbe22aeaa4b97536d00ba861454b6.zip |
- respect NOPORTDOCS
- bump PORTREVISION
Submitted by: QA Tindy run
Diffstat (limited to 'textproc/py-tvgrab')
-rw-r--r-- | textproc/py-tvgrab/Makefile | 4 |
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> |