diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-18 07:31:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-18 07:31:46 +0000 |
commit | 2c4b21d4ca76c3c5b007973ee2d9f9dfca4f1ccd (patch) | |
tree | 4654fe9c2326d989cdf05e727ee63803d7962c3a /security | |
parent | 3a86b01cc4b7153de1490b504d76abd62a4d87b0 (diff) | |
download | FreeBSD-ports-2c4b21d4ca76c3c5b007973ee2d9f9dfca4f1ccd.zip FreeBSD-ports-2c4b21d4ca76c3c5b007973ee2d9f9dfca4f1ccd.tar.gz |
Missed that PKGNAME and DISTNAME needed to be switched.
Diffstat (limited to 'security')
-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 16ee4f2..7acae3d 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 |