diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/cops/Makefile | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
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 |