diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/sshbuddy/Makefile | |
parent | 9467713b6447f007838ba7219286cb78e90c02f7 (diff) | |
download | ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.tar.gz ports-dad9a57abe0907e2d451ff263083a9d1d82dfca2.zip |
Notes
Diffstat (limited to 'misc/sshbuddy/Makefile')
-rw-r--r-- | misc/sshbuddy/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index 506f59a3ee56..60962b22fa81 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: sshbuddy -# Version required: 1.0 # Date created: 26 September 1999 # Whom: Dan Moschuk <dan@freebsd.org> # # $FreeBSD$ # -DISTNAME= sshbuddy1.05 -PKGNAME= sshbuddy-1.05 +PORTNAME= sshbuddy +PORTVERSION= 1.05 CATEGORIES= misc MASTER_SITES= ftp://ftp.sundilla.net/pub/linux/apps/sshbuddy/beta1.05/ -EXTRACT_SUFX= .tar +DISTFILES= ${PORTNAME}${PORTVERSION}.tar MAINTAINER= dan@freebsd.org |