diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-02-12 17:37:45 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-02-12 17:37:45 +0000 |
commit | b551cb9afc765cadf2b1ac44ba85489f9ddc2af7 (patch) | |
tree | ece4f73167fbb66adba7c1c18690e3c64f0f56fe /security/sshpass | |
parent | b2c5daa08dab845ea3568c8d44d3855cc811ae07 (diff) | |
download | ports-b551cb9afc765cadf2b1ac44ba85489f9ddc2af7.tar.gz ports-b551cb9afc765cadf2b1ac44ba85489f9ddc2af7.zip |
- fix origin from previous commit
Notes
Notes:
svn path=/head/; revision=291061
Diffstat (limited to 'security/sshpass')
-rw-r--r-- | security/sshpass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index 1e9774d783b2..7ce30d6c096d 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -7,7 +7,7 @@ PORTNAME= sshpass PORTVERSION= 1.05 -CATEGORIES= sysutils +CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION} MAINTAINER= gaod@hychen.org |