diff options
Diffstat (limited to 'security/clamd-stream-client/Makefile')
-rw-r--r-- | security/clamd-stream-client/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/clamd-stream-client/Makefile b/security/clamd-stream-client/Makefile index 09a800001194..a1f86e68ba64 100644 --- a/security/clamd-stream-client/Makefile +++ b/security/clamd-stream-client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clamd-stream-client -# Date created: 22 August 2010 -# Whom: glen.j.barber@gmail.com -# +# Created by: glen.j.barber@gmail.com # $FreeBSD$ -# PORTNAME= clamd-stream-client DISTVERSION= 1.3 @@ -16,4 +12,5 @@ COMMENT= Standalone clamav client HAS_CONFIGURE= yes PLIST_FILES= bin/clamd-stream-client +NO_STAGE= yes .include <bsd.port.mk> |