summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /ftp/ncftp3/Makefile
parentAdd MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff)
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes: svn path=/head/; revision=1348
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r--ftp/ncftp3/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index d82d1618a732..83f6e53e2d89 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -3,13 +3,16 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.19 1995/04/01 12:48:18 jkh Exp $
+# $Id: Makefile,v 1.20 1995/04/03 17:03:36 ache Exp $
#
DISTNAME= ncftp-2.0.3
-EXTRACT_SUFX= .tgz
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
CATEGORIES+= networking
-GNU_CONFIGURE= YES
+MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
.include <bsd.port.mk>