diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 02:33:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 02:33:29 +0800 |
commit | 177878b389b7bef96b59771fc1d214184caa2ed0 (patch) | |
tree | 51dab1b4324178f771670d718f39105dbd9fc662 /ftp | |
parent | c1bc30ccb7954c4e2ecf06c27a875d26de3619d6 (diff) | |
download | freebsd-ports-gnome-177878b389b7bef96b59771fc1d214184caa2ed0.tar.gz freebsd-ports-gnome-177878b389b7bef96b59771fc1d214184caa2ed0.tar.zst freebsd-ports-gnome-177878b389b7bef96b59771fc1d214184caa2ed0.zip |
Support stage
Diffstat (limited to 'ftp')
-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> |