aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-02 02:19:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-02 02:19:26 +0000
commit8e70ae164427b60942874b8d2d41cf6afaba5cd6 (patch)
tree79a772fdc0907f3615168220987d8576b3b25fce /benchmarks
parentea9e735465ee18a7ed506f9a60cdf5a66f7dd3ea (diff)
downloadports-8e70ae164427b60942874b8d2d41cf6afaba5cd6.tar.gz
ports-8e70ae164427b60942874b8d2d41cf6afaba5cd6.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/postal/Makefile9
-rw-r--r--benchmarks/postal/pkg-plist3
2 files changed, 3 insertions, 9 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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