diff options
author | vs <vs@FreeBSD.org> | 2005-06-04 22:14:59 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-06-04 22:14:59 +0800 |
commit | f1664122a718ea8d96e56036e8cf18fbec647ebc (patch) | |
tree | 38441a8941e7672799cd6401053db8ea8d80dadb | |
parent | 65338ac19331c70cf1b305e028f83cc9770078fe (diff) | |
download | freebsd-ports-gnome-f1664122a718ea8d96e56036e8cf18fbec647ebc.tar.gz freebsd-ports-gnome-f1664122a718ea8d96e56036e8cf18fbec647ebc.tar.zst freebsd-ports-gnome-f1664122a718ea8d96e56036e8cf18fbec647ebc.zip |
use PLIST_FILES
-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 |