diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-12 05:18:25 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-12 05:18:25 +0800 |
commit | 3181b21a5225dcfa0bb68b298be40599ec08b8d4 (patch) | |
tree | a67e9f74fb547d5ae4b2caf5c3948c4d700879a9 /security/opieprint | |
parent | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (diff) | |
download | freebsd-ports-gnome-3181b21a5225dcfa0bb68b298be40599ec08b8d4.tar.gz freebsd-ports-gnome-3181b21a5225dcfa0bb68b298be40599ec08b8d4.tar.zst freebsd-ports-gnome-3181b21a5225dcfa0bb68b298be40599ec08b8d4.zip |
Fix typo
Diffstat (limited to 'security/opieprint')
-rw-r--r-- | security/opieprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index c3c2fe19baf2..99f4d121c386 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/ |