diff options
author | ats <ats@FreeBSD.org> | 1995-02-09 18:42:18 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-09 18:42:18 +0000 |
commit | 9065b27f2f9a5f253fe19b037a5285bda124df0d (patch) | |
tree | 68033994ffd7a47778b6ab328ec7d4aada0f7ae6 /ftp | |
parent | 603cb2f314c49e1400ec7e919e0d913b5249cbc3 (diff) | |
download | FreeBSD-ports-9065b27f2f9a5f253fe19b037a5285bda124df0d.zip FreeBSD-ports-9065b27f2f9a5f253fe19b037a5285bda124df0d.tar.gz |
Add an EXTRACT_SUFX line. The source is only available as a tar.Z and
not a tar.gz file on the master site.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moxftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 8b12f34..5a5d543 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -5,6 +5,7 @@ # DISTNAME= moxftp-2.2 +EXTRACT_SUFX= .tar.Z HAS_CONFIGURE= yes PREFIX= /usr/X11R6 |