diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | 86913ca5576faeab12c1541d2d6f1e0ce33200fb (patch) | |
tree | 6e6e2cd44d9d456e28999611649e557f42150939 /security | |
parent | 3315e829ac45cf8dda66aed642257fc73062a549 (diff) | |
download | ports-86913ca5576faeab12c1541d2d6f1e0ce33200fb.tar.gz ports-86913ca5576faeab12c1541d2d6f1e0ce33200fb.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 2926b616d99e..865d335d9c28 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -3,7 +3,7 @@ # Date created: Thur Sept 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1996/11/14 01:13:57 ache Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:58:08 obrien Exp $ # DISTNAME= vfrb101e @@ -15,7 +15,7 @@ EXTRACT_SUFX= .taz MAINTAINER= obrien@cs.ucdavis.edu NO_WRKSUBDIR= yes -RESTRICTED= "Commercial software." +RESTRICTED= "Commercial software" LIBDIR= ${PREFIX}/lib/mcafee MAN1= uvscan.1 |