diff options
Diffstat (limited to 'net/xmftp/Makefile')
-rw-r--r-- | net/xmftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xmftp/Makefile b/net/xmftp/Makefile index d1bb016a95b..bafb53592ee 100644 --- a/net/xmftp/Makefile +++ b/net/xmftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:02 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:26 jlam Exp $ # DISTNAME= xmftp-1.0.4 @@ -12,7 +12,7 @@ COMMENT= X/Motif FTP client WRKSRC= ${WRKDIR}/xmftp/source USE_X11BASE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmftp ${PREFIX}/bin |