diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-02 10:19:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-02 10:19:26 +0800 |
commit | ce054aaedbff96e9903f1c7c4efcfadd4aad656a (patch) | |
tree | 505318924028e4c50727c37a04e0a7821f83e861 /benchmarks | |
parent | 8f814fe6700c931d70235d0484bdf0e9da7f1a2c (diff) | |
download | freebsd-ports-gnome-ce054aaedbff96e9903f1c7c4efcfadd4aad656a.tar.gz freebsd-ports-gnome-ce054aaedbff96e9903f1c7c4efcfadd4aad656a.tar.zst freebsd-ports-gnome-ce054aaedbff96e9903f1c7c4efcfadd4aad656a.zip |
unbreak ; it did build on my -current (Feb/09/2004)
utilize PLIST_FILES
use gmake to suppress warning about Makefile
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postal/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/postal/pkg-plist | 3 |
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 |