diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 21:18:25 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 21:18:25 +0000 |
commit | 3181b21a5225dcfa0bb68b298be40599ec08b8d4 (patch) | |
tree | a67e9f74fb547d5ae4b2caf5c3948c4d700879a9 | |
parent | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (diff) | |
download | FreeBSD-ports-3181b21a5225dcfa0bb68b298be40599ec08b8d4.zip FreeBSD-ports-3181b21a5225dcfa0bb68b298be40599ec08b8d4.tar.gz |
Fix typo
-rw-r--r-- | security/keyprint/Makefile | 2 | ||||
-rw-r--r-- | security/opieprint/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile index c3c2fe1..99f4d12 100644 --- a/security/keyprint/Makefile +++ b/security/keyprint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME=u keyprint +PORTNAME= keyprint PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://people.FreeBSD.org/~mharo/distfiles/ diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index c3c2fe1..99f4d12 100644 --- a/security/opieprint/Makefile +++ b/security/opieprint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME=u keyprint +PORTNAME= keyprint PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://people.FreeBSD.org/~mharo/distfiles/ |