From 8e70ae164427b60942874b8d2d41cf6afaba5cd6 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 2 Mar 2004 02:19:26 +0000 Subject: unbreak ; it did build on my -current (Feb/09/2004) utilize PLIST_FILES use gmake to suppress warning about Makefile --- benchmarks/postal/Makefile | 9 +++------ benchmarks/postal/pkg-plist | 3 --- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 benchmarks/postal/pkg-plist (limited to 'benchmarks') diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index 3a57e589ac2e..11275d43f294 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -18,16 +18,13 @@ COMMENT= Benchmark SMTP/POP servers USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes +USE_GMAKE= yes -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif +PLIST_FILES= sbin/postal sbin/postal-list sbin/rabid MAN8= postal.8 postal-list.8 rabid.8 post-patch: @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure -.include +.include diff --git a/benchmarks/postal/pkg-plist b/benchmarks/postal/pkg-plist deleted file mode 100644 index f85e614f2f2c..000000000000 --- a/benchmarks/postal/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -sbin/postal -sbin/postal-list -sbin/rabid -- cgit v1.2.3