diff options
author | garga <garga@FreeBSD.org> | 2006-05-20 02:32:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-20 02:32:24 +0800 |
commit | 59ea96893ccead77f0f56e6700ebb694eb3a220b (patch) | |
tree | 49c97dbab1da721f54b78d16b47ccf36702cdf43 /ftp/ftptool | |
parent | bd04da19150beec668b7166850e14b08c95f69d7 (diff) | |
download | freebsd-ports-gnome-59ea96893ccead77f0f56e6700ebb694eb3a220b.tar.gz freebsd-ports-gnome-59ea96893ccead77f0f56e6700ebb694eb3a220b.tar.zst freebsd-ports-gnome-59ea96893ccead77f0f56e6700ebb694eb3a220b.zip |
- Respect CC
- Pass maintainership to submitter
PR: ports/97463
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Diffstat (limited to 'ftp/ftptool')
-rw-r--r-- | ftp/ftptool/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 4f9ab3cd8a18..f9cee71b0c1e 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -11,15 +11,16 @@ PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities -DISTFILES= Ftptool${PORTVERSION}.tar.gz +DISTNAME= Ftptool${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= Graphic ftp shell based on xview LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview RUN_DEPENDS= ${X11BASE}/bin/textedit:${PORTSDIR}/editors/textedit USE_IMAKE= yes +MAKE_ARGS= CC=${CC} WRKSRC= ${WRKDIR}/Ftptool4.6 MAN1= ftptool.1 |