diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-01-31 14:49:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-01-31 14:49:47 +0000 |
commit | df43c415e4ceb69691392111097a9b59c5c2d821 (patch) | |
tree | 4716577af5f99d4962af7fc48394c829dccfb62c /security | |
parent | - Added test target. (diff) |
Fix PORTREVISION typo.
Notes
Notes:
svn path=/head/; revision=290176
Diffstat (limited to 'security')
-rw-r--r-- | security/sudosh3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index e386cf2ade3e..cd639b29b61c 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -7,7 +7,7 @@ PORTNAME= sudosh3 PORTVERSION= 3.2.0 -PORTREVSION= 2 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME} |