diff options
Diffstat (limited to 'security/cops/Makefile')
-rw-r--r-- | security/cops/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile index ed3677d58dfe..47145022a910 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: cops -# Version required: 1.04 # Date created: 29 August 1996 # Whom: oly # # $FreeBSD$ # +PORTNAME= cops +PORTVERSION= 1.04 DISTNAME= cops.1.04 PKGNAME= cops-1.04 CATEGORIES= security MASTER_SITES= ftp://ftp.cert.org/pub/tools/cops/ +DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= oly@world.std.com |