diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch) | |
tree | 3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /ftp | |
parent | 26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff) | |
download | FreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip FreeBSD-ports-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpfind/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/greed/Makefile | 1 | ||||
-rw-r--r-- | ftp/greed/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/hsftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/hsftp/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/mget/Makefile | 1 | ||||
-rw-r--r-- | ftp/mget/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/ncftp2/Makefile | 1 | ||||
-rw-r--r-- | ftp/ncftp2/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/puf/Makefile | 1 | ||||
-rw-r--r-- | ftp/puf/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/yale-tftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/yale-tftpd/pkg-plist | 1 |
14 files changed, 8 insertions, 7 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index c1c6283..0773196 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -14,4 +14,6 @@ MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Find directory&file on a ftp server +PLIST_FILES= bin/ftpfind + .include <bsd.port.mk> diff --git a/ftp/ftpfind/pkg-plist b/ftp/ftpfind/pkg-plist deleted file mode 100644 index 30b9dd4..0000000 --- a/ftp/ftpfind/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ftpfind diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile index e659518..f7bcbbf 100644 --- a/ftp/greed/Makefile +++ b/ftp/greed/Makefile @@ -20,6 +20,7 @@ USE_REINPLACE= yes MANCOMPRESSED= yes MAN1= greed.1 +PLIST_FILES= bin/greed post-patch: ${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \ diff --git a/ftp/greed/pkg-plist b/ftp/greed/pkg-plist deleted file mode 100644 index 0a9307f..0000000 --- a/ftp/greed/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/greed diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile index 5c36c83..8c9f5f8 100644 --- a/ftp/hsftp/Makefile +++ b/ftp/hsftp/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline MAKEFILE= makefile MAN1= hsftp.1 +PLIST_FILES= bin/hsftp .if defined(WITH_OPENSSH) RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh diff --git a/ftp/hsftp/pkg-plist b/ftp/hsftp/pkg-plist deleted file mode 100644 index 745eb3e..0000000 --- a/ftp/hsftp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hsftp diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile index 2ca03c0..c71f5d4 100644 --- a/ftp/mget/Makefile +++ b/ftp/mget/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.cse.iitk.ac.in/users/dbera/ MAINTAINER= ports@FreeBSD.org COMMENT= Multi Threaded Wget +PLIST_FILES= bin/mget USE_GETOPT_LONG= yes CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \ ${PTHREAD_CFLAGS:S/"//g} diff --git a/ftp/mget/pkg-plist b/ftp/mget/pkg-plist deleted file mode 100644 index 2e32c14..0000000 --- a/ftp/mget/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mget diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index f0657c3..c50d9de 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -16,6 +16,7 @@ COMMENT= FTP replacement with advanced user interface GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes MAN1= ncftp2.1 +PLIST_FILES= bin/ncftp2 .if defined(WITH_SOCKS) BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 diff --git a/ftp/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist deleted file mode 100644 index 41e4308..0000000 --- a/ftp/ncftp2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ncftp2 diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 2509264..661eeff 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -18,5 +18,6 @@ COMMENT= A parallel HTTP downloader similar to wget GNU_CONFIGURE= yes MAN1= puf.1 +PLIST_FILES= bin/puf .include <bsd.port.mk> diff --git a/ftp/puf/pkg-plist b/ftp/puf/pkg-plist deleted file mode 100644 index 9a7a9ce..0000000 --- a/ftp/puf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/puf diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile index 4cf3c69..0b5b60a 100644 --- a/ftp/yale-tftpd/Makefile +++ b/ftp/yale-tftpd/Makefile @@ -16,6 +16,7 @@ COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems NO_WRKSUBDIR= MAN8= tftpd.8 MANCOMPRESSED= yes +PLIST_FILES= libexec/tftpd pre-build: (cd ${WRKSRC}/classes; ${MAKE}) diff --git a/ftp/yale-tftpd/pkg-plist b/ftp/yale-tftpd/pkg-plist deleted file mode 100644 index d3bd373..0000000 --- a/ftp/yale-tftpd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -libexec/tftpd |