diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-19 12:16:15 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-19 12:16:15 +0800 |
commit | 48382268c4715938223d89bd197f296469d9cb4a (patch) | |
tree | 6aec583e2e463881f249f776aa77cb0631fbf96c | |
parent | 89054559b6c9847ede981e3ff625b9e66d24289d (diff) | |
download | freebsd-ports-gnome-48382268c4715938223d89bd197f296469d9cb4a.tar.gz freebsd-ports-gnome-48382268c4715938223d89bd197f296469d9cb4a.tar.zst freebsd-ports-gnome-48382268c4715938223d89bd197f296469d9cb4a.zip |
Add MAINTAINER (ports@FreeBSD.ORG). Reorder variable.
-rw-r--r-- | ftp/moxftp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 4c0003d8be83..a713b559ffae 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.16 1998/08/07 23:56:43 asami Exp $ +# $Id: Makefile,v 1.17 1998/08/18 23:23:02 hoek Exp $ # DISTNAME= moxftp-2.2 @@ -11,11 +11,13 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.pacbell.com/X11/contrib/applications/ EXTRACT_SUFX= .tar.Z +MAINTAINER= ports@FreeBSD.ORG + HAS_CONFIGURE= yes USE_X_PREFIX= yes -STRIP= MAN1= ${PROGRAM_NAME}.1 PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME} +STRIP= # CONFIGURE_ARGS set to : # motif - for motif version, (not tested!!!) |