diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /ftp/moxftp | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Notes
Diffstat (limited to 'ftp/moxftp')
-rw-r--r-- | ftp/moxftp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 142f8c53cb87..1d3ecff6c1b4 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,9 +3,14 @@ # Date created: 19 December 1994 # Whom: janek # +# $Id$ +# DISTNAME= moxftp-2.2 +CATEGORIES+= networking +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ EXTRACT_SUFX= .tar.Z + HAS_CONFIGURE= yes PREFIX= /usr/X11R6 @@ -19,9 +24,6 @@ CONFIGURE_ARGS= athena #DEPENDS= ${PORTSDIR}/x11/Xaw3d -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ -CATEGORIES+= networking - .include <bsd.port.mk> install: |