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/quftp | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'ftp/quftp')
-rw-r--r-- | ftp/quftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/quftp/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
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 |