diff options
author | hubertf <hubertf> | 2000-01-27 13:49:44 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-01-27 13:49:44 +0000 |
commit | 9ec6aebc2ed4a5a26a4fad8705d6c4708340ff38 (patch) | |
tree | 29ad905cb862afb4a6f587010e210a3b83ff5f38 /security | |
parent | edbe67fb25c2a142d79b199c6184dbf98f333e30 (diff) | |
download | pkgsrc-9ec6aebc2ed4a5a26a4fad8705d6c4708340ff38.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/ |