Index: head/benchmarks/dkftpbench/Makefile =================================================================== --- head/benchmarks/dkftpbench/Makefile (revision 396417) +++ head/benchmarks/dkftpbench/Makefile (revision 396418) @@ -1,24 +1,18 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= dkftpbench PORTVERSION= 0.45 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 GNU_CONFIGURE= yes PLIST_FILES= bin/dkftpbench - -post-patch: - @${REINPLACE_CMD} \ - -e '/^noinst_PROGRAMS =/s/=.*/=/' \ - -e '/^lib_LIBRARIES =/s/=.*/=/' \ - ${WRKSRC}/Makefile.in .include Index: head/benchmarks/dkftpbench/files/patch-Makefile.in =================================================================== --- head/benchmarks/dkftpbench/files/patch-Makefile.in (nonexistent) +++ head/benchmarks/dkftpbench/files/patch-Makefile.in (revision 396418) @@ -0,0 +1,40 @@ +--- Makefile.in.orig 2002-07-31 19:00:13.000000000 +0400 ++++ Makefile.in 2015-09-08 20:28:30.951369000 +0300 +@@ -92,19 +92,6 @@ + # Real programs + bin_PROGRAMS = dkftpbench + +-noinst_PROGRAMS = $(TESTS) $(HAND_TESTS) dklimits Poller_bench profile +- +-lib_LIBRARIES = libPoller.a +-pkginclude_HEADERS = \ +- Poller.h \ +- Poller_devpoll.h \ +- Poller_poll.h \ +- Poller_select.h \ +- Poller_sigio.h \ +- Poller_sigfd.h \ +- Poller_kqueue.h +- +- + # No info yet + info_TEXINFOS = + +@@ -828,7 +815,7 @@ + install-exec-am: install-libLIBRARIES install-binPROGRAMS + install-exec: install-exec-am + +-install-data-am: install-info-am install-pkgincludeHEADERS ++install-data-am: install-info-am + install-data: install-data-am + + install-am: all-am +@@ -843,7 +830,7 @@ + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install + installdirs: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ +- $(DESTDIR)$(infodir) $(DESTDIR)$(pkgincludedir) ++ $(DESTDIR)$(infodir) + + + mostlyclean-generic: Property changes on: head/benchmarks/dkftpbench/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property