From 5cd604ab4fea64360a49dfc58368089c3815f47f Mon Sep 17 00:00:00 2001 From: Niels Heinen Date: Thu, 13 Jan 2005 16:10:42 +0000 Subject: Updated the port to version 0.2.2 + small cleanup PR: ports/76186 Submitted by: maintainer Approved by: nectar (mentor) --- security/py-clamav/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'security/py-clamav/Makefile') 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 -- cgit v1.2.3