diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 04:43:51 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 04:43:51 +0000 |
commit | f1b93f577c5990c0dd99486a6b7ea4915a36b112 (patch) | |
tree | a88fa4db7933b4537dbae3cc1bbc408aa1133ba0 | |
parent | 02eec175d4b0939c380139e14edf5316c66dbafe (diff) | |
download | freebsd-ports-f1b93f577c5990c0dd99486a6b7ea4915a36b112.zip |
Forgot to remove some variables
-rw-r--r-- | security/chrootuid/Makefile | 2 | ||||
-rw-r--r-- | security/cops/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index 2205e7645fbb..3a4d0a4c1642 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -7,8 +7,6 @@ PORTNAME= chrootuid PORTVERSION= 1.2 -DISTNAME= chrootuid1.2 -PKGNAME= chrootuid-1.2 CATEGORIES= security MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \ ftp://coast.cs.purdue.edu/pub/tools/unix/chrootuid/ diff --git a/security/cops/Makefile b/security/cops/Makefile index 47145022a910..0e0dd5041c1e 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -7,8 +7,6 @@ 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} |