diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /security/vscan/Makefile | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) |
Notes
Diffstat (limited to 'security/vscan/Makefile')
-rw-r--r-- | security/vscan/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index e606aae06851..ccfd6c9c6151 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -1,7 +1,8 @@ -# New ports collection makefile for: vscan -# Version required: 1.0.2 -# Date created: Thur Sept 25, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# ex:ts=8 +# Ports collection makefile for: vscan +# Version required: 1.0.2 +# Date created: Thur Sept 25, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # @@ -13,7 +14,7 @@ MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \ http://people.FreeBSD.org/~steve/distfiles/ EXTRACT_SUFX= .tar -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes RESTRICTED= "Commercial software" @@ -31,14 +32,14 @@ pre-fetch: .endif post-extract: - (cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z) + cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z do-build:: # The binary executable file will be left unstripped as stripping the # file will cause attempt to validate this file to fail. do-install: - (cd ${WRKSRC}; ./install-vscan) + cd ${WRKSRC}; ./install-vscan post-install: @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan |