diff options
Diffstat (limited to 'benchmarks/dkftpbench/Makefile')
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 4d93ccf7fa39..1029c5e21ee8 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= benchmarks ftp MASTER_SITES= http://www.kegel.com/dkftpbench/ -MAINTAINER= novel@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FTP benchmark program LICENSE= GPLv2 @@ -15,10 +15,4 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes PLIST_FILES= bin/dkftpbench -post-patch: - @${REINPLACE_CMD} \ - -e '/^noinst_PROGRAMS =/s/=.*/=/' \ - -e '/^lib_LIBRARIES =/s/=.*/=/' \ - ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |