diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-30 00:59:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-30 00:59:20 +0000 |
commit | 6c907ce171e95beab54077ce0753de13d45a00a6 (patch) | |
tree | b125e281d6a67eb8795d02f491d4c7c3d0d70087 | |
parent | 913584a7135c0b43ef21c71bd4ac571c17bb6c10 (diff) | |
download | ports-6c907ce171e95beab54077ce0753de13d45a00a6.tar.gz ports-6c907ce171e95beab54077ce0753de13d45a00a6.zip |
Notes
-rw-r--r-- | ftp/moxftp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 9e5e2682f240..63e90c265118 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,13 +3,12 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.12 1996/12/01 01:22:57 obrien Exp $ +# $Id: Makefile,v 1.13 1997/10/28 18:12:43 jseger Exp $ # DISTNAME= moxftp-2.2 CATEGORIES= net MASTER_SITES= ftp://ftp.pacbell.com/X11/contrib/applications/ -MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z HAS_CONFIGURE= yes |