diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-11 21:18:25 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-11 21:18:25 +0000 |
commit | 6406460136ca47dd70861fa86647fe9632c243ef (patch) | |
tree | 5348171a678185debe13a530a1c317180fdac084 /security/keyprint | |
parent | Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. (diff) |
Fix typo
Notes
Notes:
svn path=/head/; revision=27450
Diffstat (limited to 'security/keyprint')
-rw-r--r-- | security/keyprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keyprint/Makefile b/security/keyprint/Makefile index c3c2fe19baf2..99f4d121c386 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/ |