diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-01-27 13:49:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-01-27 13:49:44 +0000 |
commit | 3669b8d50199816a3887df9357f3f0f0b00c69be (patch) | |
tree | 29ad905cb862afb4a6f587010e210a3b83ff5f38 /security | |
parent | 07b8477407a34ba6c340df9e44f2bbe9b62995d4 (diff) | |
download | pkgsrc-3669b8d50199816a3887df9357f3f0f0b00c69be.tar.gz |
no "-" in pkg version!
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 6baa8b96c61..744ac96f9ff 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2000/01/17 05:38:54 christos Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/27 13:49:44 hubertf Exp $ # DISTNAME= openssh-1.2.1pre26 -PKGNAME= openssh-1.2.1-26 +PKGNAME= openssh-1.2.1.26 CATEGORIES= security MASTER_SITES= ftp://thermo.stat.ncsu.edu/pub/openssh/files/ |