diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-06 18:33:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-06 18:33:29 +0000 |
commit | 5547e7093a399dae8eaf5d7a893bcf75fa1cd24f (patch) | |
tree | 51dab1b4324178f771670d718f39105dbd9fc662 | |
parent | bb458279bb4f09c1e440ed7b4d10f59105145ff2 (diff) |
Notes
-rw-r--r-- | ftp/llnlxftp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index 01d9ad207af2..c22e9bc746ff 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -12,7 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client -PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp +PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \ + man/man1/xftp.1.gz WRKSRC= ${WRKDIR}/llnlxftp2.1/sources USES= imake motif USE_XORG= ice sm x11 xext xp xt @@ -21,7 +22,4 @@ CFLAGS+= -Wno-implicit-int \ -Wno-implicit-function-declaration \ -Wno-return-type -MAN1= xftp.1 - -NO_STAGE= yes .include <bsd.port.mk> |