aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 11:35:54 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 11:35:54 +0800
commit657ccefa30b1ee8e1573b4710d532d36b26d3328 (patch)
treeab6e884b78b24785e07491a9df2cdae2d66fc3fd /benchmarks
parentd6401f2a791d9004699fbd5f5b3225b65f493bb2 (diff)
downloadfreebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.tar.gz
freebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.tar.zst
freebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.zip
Move inclusion of bsd.port.pre.mk past all variable definitions.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/postal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile
index ed932cb6b375..3a57e589ac2e 100644
--- a/benchmarks/postal/Makefile
+++ b/benchmarks/postal/Makefile
@@ -15,16 +15,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Benchmark SMTP/POP servers
+USE_REINPLACE= yes
+USE_OPENSSL= yes
+GNU_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
-USE_REINPLACE= yes
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-
MAN8= postal.8 postal-list.8 rabid.8
post-patch: