summaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:58:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:58:10 +0000
commit8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch)
treebfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/vscan
parentConvert to use MAN[1-8LN] (diff)
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Notes
Notes: svn path=/head/; revision=4537
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 9495ff097143..2926b616d99e 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -3,12 +3,12 @@
# Date created: Thur Sept 25, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.1.1.1 1996/10/27 10:08:45 max Exp $
+# $Id: Makefile,v 1.2 1996/11/14 01:13:57 ache Exp $
#
DISTNAME= vfrb101e
PKGNAME= vscan-1.0.2
-CATEGORIES+= security
+CATEGORIES= security
MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/english/unix/freebsd/
EXTRACT_SUFX= .taz
@@ -18,6 +18,7 @@ NO_WRKSUBDIR= yes
RESTRICTED= "Commercial software."
LIBDIR= ${PREFIX}/lib/mcafee
+MAN1= uvscan.1
pre-fetch:
.if defined(PREFIX) && ${PREFIX} != "/usr/local"
@@ -39,11 +40,6 @@ post-install:
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR}
@/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1
-.if !defined(NOMANCOMPRESS)
-.for mp in uvscan
- gzip -9nf ${PREFIX}/man/man1/${mp}.1
-.endfor
-.endif
.if !defined(NOPORTDOCS)
${MKDIR} -p ${PREFIX}/share/doc/vscan
${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan