summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-05 20:38:07 +0000
commit3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch)
tree1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /ftp
parentUpdate to 0.8.12. (diff)
Use PLIST_FILES.
Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=100076
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftpfind/Makefile2
-rw-r--r--ftp/ftpfind/pkg-plist1
-rw-r--r--ftp/greed/Makefile1
-rw-r--r--ftp/greed/pkg-plist1
-rw-r--r--ftp/hsftp/Makefile1
-rw-r--r--ftp/hsftp/pkg-plist1
-rw-r--r--ftp/mget/Makefile1
-rw-r--r--ftp/mget/pkg-plist1
-rw-r--r--ftp/ncftp2/Makefile1
-rw-r--r--ftp/ncftp2/pkg-plist1
-rw-r--r--ftp/puf/Makefile1
-rw-r--r--ftp/puf/pkg-plist1
-rw-r--r--ftp/yale-tftpd/Makefile1
-rw-r--r--ftp/yale-tftpd/pkg-plist1
14 files changed, 8 insertions, 7 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile
index c1c62838fc9f..077319669095 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 30b9dd4745b0..000000000000
--- a/ftp/ftpfind/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/ftpfind
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
index e6595183cd8d..f7bcbbfdfc89 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 0a9307f6c7e5..000000000000
--- a/ftp/greed/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/greed
diff --git a/ftp/hsftp/Makefile b/ftp/hsftp/Makefile
index 5c36c83d05ec..8c9f5f800433 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 745eb3e70841..000000000000
--- a/ftp/hsftp/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/hsftp
diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile
index 2ca03c06ab7c..c71f5d410de5 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 2e32c1440ef2..000000000000
--- a/ftp/mget/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/mget
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
index f0657c3aa278..c50d9de987b0 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 41e43088d558..000000000000
--- a/ftp/ncftp2/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/ncftp2
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile
index 2509264c32f1..661eeff4cd3d 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 9a7a9ce8e0d6..000000000000
--- 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 4cf3c69f52a2..0b5b60a6295b 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 d3bd373b58b4..000000000000
--- a/ftp/yale-tftpd/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-libexec/tftpd