diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-18 07:31:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-18 07:31:46 +0000 |
commit | d73b9632284adb770c5aa8746fe32ad940f23337 (patch) | |
tree | f9cfaca37b2a6a3c2d8d4ff2cfaf1616867a0fe8 | |
parent | Remove "qvwm" from th ebeginning of comment. (diff) |
Missed that PKGNAME and DISTNAME needed to be switched.
Notes
Notes:
svn path=/head/; revision=4567
-rw-r--r-- | security/cops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile index 16ee4f2331cc..7acae3dcd72a 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -3,11 +3,11 @@ # Date created: 29 August 1996 # Whom: oly # -# $Id$ +# $Id: Makefile,v 1.2 1996/11/17 19:29:55 obrien Exp $ # -PKGNAME= cops-1.04 DISTNAME= cops_104 +PKGNAME= cops-1.04 CATEGORIES= security MASTER_SITES= ftp://ftp.cert.org/pub/tools/cops/1.04/ EXTRACT_SUFX= .tar.Z |