diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-06-04 14:14:59 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-06-04 14:14:59 +0000 |
commit | cb021d5a218fa21e34ef5033b7d393341c1b34a6 (patch) | |
tree | d7b6c01cd77b3ddb041d600e2f901e4971b3f4b2 /benchmarks | |
parent | 3813300328f3b4a8ae45c5221c31b4bd83234a8f (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postmark/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 8fd15cff5fa3..b8eda5d22571 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NetApps file system benchmark NO_WRKSUBDIR= yes +PLIST_FILES= sbin/postmark do-extract: @${MKDIR} ${WRKDIR} diff --git a/benchmarks/postmark/pkg-plist b/benchmarks/postmark/pkg-plist deleted file mode 100644 index c0f2f38ad96e..000000000000 --- a/benchmarks/postmark/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -sbin/postmark |