diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /ftp | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpproxy/Makefile | 1 | ||||
-rw-r--r-- | ftp/ftpproxy/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/lukemftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/lukemftp/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/pftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/pftpd/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/quftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/quftp/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/wmget/Makefile | 1 | ||||
-rw-r--r-- | ftp/wmget/pkg-plist | 1 |
10 files changed, 6 insertions, 6 deletions
diff --git a/ftp/ftpproxy/Makefile b/ftp/ftpproxy/Makefile index 1f37a533fc86..058f1a8d0c0f 100644 --- a/ftp/ftpproxy/Makefile +++ b/ftp/ftpproxy/Makefile @@ -22,6 +22,7 @@ USE_REINPLACE= yes MAN1= ftp.proxy.1 MANCOMPRESSED= no +PLIST_FILES= sbin/ftp.proxy pre-patch: @${RM} -Rf ${WRKSRC}/*.o ${WRKSRC}/src/ftp.proxy diff --git a/ftp/ftpproxy/pkg-plist b/ftp/ftpproxy/pkg-plist deleted file mode 100644 index 980ec472946d..000000000000 --- a/ftp/ftpproxy/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/ftp.proxy diff --git a/ftp/lukemftp/Makefile b/ftp/lukemftp/Makefile index 651930abc7b1..4f8d3013d3dc 100644 --- a/ftp/lukemftp/Makefile +++ b/ftp/lukemftp/Makefile @@ -16,6 +16,7 @@ COMMENT= Enhanced ftp client from NetBSD GNU_CONFIGURE= yes MAN1= lukemftp.1 +PLIST_FILES= bin/lukemftp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/lukemftp diff --git a/ftp/lukemftp/pkg-plist b/ftp/lukemftp/pkg-plist deleted file mode 100644 index 705387c21048..000000000000 --- a/ftp/lukemftp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/lukemftp diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 2fa0339cad63..4059f176400f 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -19,6 +19,7 @@ USE_REINPLACE= yes RESTRICTED= License problem MAN1= pftpd.1 rpad.1 +PLIST_FILES= sbin/pftpd .include <bsd.port.pre.mk> diff --git a/ftp/pftpd/pkg-plist b/ftp/pftpd/pkg-plist deleted file mode 100644 index 0eb0b7210067..000000000000 --- a/ftp/pftpd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/pftpd diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index bfdda35835bc..78e089198628 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CFLAGS+= -L${PREFIX}/lib ${PTHREAD_LIBS} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= quftp.1 +MAN1= quftp.1 +PLIST_FILES= bin/quftp .include <bsd.port.mk> diff --git a/ftp/quftp/pkg-plist b/ftp/quftp/pkg-plist deleted file mode 100644 index aa6118f38410..000000000000 --- a/ftp/quftp/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/quftp diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 09f8b901b64c..8b565b0a9892 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= ${CONFIGURE_ENV} MAN1= wmget.1 +PLIST_FILES= bin/wmget do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin diff --git a/ftp/wmget/pkg-plist b/ftp/wmget/pkg-plist deleted file mode 100644 index 79a5efe4884c..000000000000 --- a/ftp/wmget/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/wmget |