diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 02:34:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 02:34:54 +0800 |
commit | db15f80ab81cb2c2658f456d14b4bc04e2b9bd56 (patch) | |
tree | 8a42ff08bf5eb3b7a01d8461f3401c5c9b06f473 /ftp | |
parent | 177878b389b7bef96b59771fc1d214184caa2ed0 (diff) | |
download | freebsd-ports-gnome-db15f80ab81cb2c2658f456d14b4bc04e2b9bd56.tar.gz freebsd-ports-gnome-db15f80ab81cb2c2658f456d14b4bc04e2b9bd56.tar.zst freebsd-ports-gnome-db15f80ab81cb2c2658f456d14b4bc04e2b9bd56.zip |
Support stage
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 544a3b9973d0..75ab7ce5985a 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -12,12 +12,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= cy@FreeBSD.org COMMENT= Motif FTP client with drag-and-drop file transfer -PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir -MAN1= xdir.1 +PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources USES= imake motif USE_XORG= ice sm x11 xext xp xt -NO_STAGE= yes .include <bsd.port.mk> |