diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-11-18 15:28:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-11-18 15:28:27 +0000 |
commit | 584f8c86171735027b039aa91c06dd9cc885856a (patch) | |
tree | 62a9f52d6947bff219afc2682d0c9686f1d25a45 /security/openssh | |
parent | 0e18e5daeb91db37b1bcfa89b89aa09b7d84d885 (diff) | |
download | FreeBSD-ports-584f8c86171735027b039aa91c06dd9cc885856a.zip FreeBSD-ports-584f8c86171735027b039aa91c06dd9cc885856a.tar.gz |
make portlint a bit happier
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index a02897d..dcced01 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -12,9 +12,10 @@ MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp1.se.openbsd.org/pub/OpenBSD/OpenSSH/ DISTNAME= openssh-${PORTVERSION} +EXTRACT_SUFX= .tgz + PATCH_SITES= ${MASTER_SITES} PATCHFILES= openbsd2x_3.0.1.patch -EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org |