svn commit: r354127 - head/security/clamcour

Renato Botelho garga at FreeBSD.org
Thu May 15 14:02:39 UTC 2014


Author: garga
Date: Thu May 15 14:02:38 2014
New Revision: 354127
URL: http://svnweb.freebsd.org/changeset/ports/354127
QAT: https://qat.redports.org/buildarchive/r354127/

Log:
  . Support stage
  . Move to new LIB_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/clamcour/Makefile

Modified: head/security/clamcour/Makefile
==============================================================================
--- head/security/clamcour/Makefile	Thu May 15 13:41:18 2014	(r354126)
+++ head/security/clamcour/Makefile	Thu May 15 14:02:38 2014	(r354127)
@@ -11,7 +11,7 @@ MAINTAINER=	bsd at dino.sk
 COMMENT=	ClamAV courier filter
 
 BUILD_DEPENDS=	courier-config:${PORTSDIR}/mail/courier
-LIB_DEPENDS=	clamav.7:${PORTSDIR}/security/clamav
+LIB_DEPENDS=	libclamav.so:${PORTSDIR}/security/clamav
 
 GNU_CONFIGURE=	yes
 
@@ -21,11 +21,10 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
 
-MAN1=		clamcour.1
 PLIST_DIRS=	etc/courier/clamcour
-PLIST_FILES=	libexec/filters/clamcour
+PLIST_DIRSTRY=	etc/courier libexec/filters
+PLIST_FILES=	libexec/filters/clamcour man/man1/clamcour.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/^CXXFLAGS *=/CXXFLAGS?=/g' \
 		${WRKSRC}/configure


More information about the svn-ports-all mailing list