summaryrefslogtreecommitdiff
path: root/security/py-clamav/Makefile
diff options
context:
space:
mode:
authorNiels Heinen <niels@FreeBSD.org>2005-01-13 16:10:42 +0000
committerNiels Heinen <niels@FreeBSD.org>2005-01-13 16:10:42 +0000
commit5cd604ab4fea64360a49dfc58368089c3815f47f (patch)
treeaff8c0cc5a854fed06316644bf5cd88ca9532767 /security/py-clamav/Makefile
parentUpdate port to 4.2.2 (diff)
Updated the port to version 0.2.2 + small cleanup
PR: ports/76186 Submitted by: maintainer Approved by: nectar (mentor)
Notes
Notes: svn path=/head/; revision=126320
Diffstat (limited to 'security/py-clamav/Makefile')
-rw-r--r--security/py-clamav/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-clamav/Makefile b/security/py-clamav/Makefile
index b45be67022e1..788881e86b1e 100644
--- a/security/py-clamav/Makefile
+++ b/security/py-clamav/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.2.1
+PORTVERSION= 0.2.2
CATEGORIES= security python
MASTER_SITES= http://norman.free.fr/norman/python/pyclamav/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -24,21 +24,15 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME}
-EXAMPLESDIR?= ${PREFIX}/share/examples/py-${PORTNAME}
.if !defined(NOPORTDOCS)
PORTDOCS= *
-PLIST_SUB+= EXAMPLES=""
-.else
-PLIST_SUB+= EXAMPLES="@comment "
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/example.py ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>