diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 06:41:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 06:41:16 +0800 |
commit | 89a2a22a9db7cf8f17d56a1d16e393d70b2246fb (patch) | |
tree | 3c25bd5cfb69c7bfabe18923bc685d25d5c1e348 /benchmarks | |
parent | cb5590e1c28abe81c03138f6170468eaeadfdc0a (diff) | |
download | freebsd-ports-gnome-89a2a22a9db7cf8f17d56a1d16e393d70b2246fb.tar.gz freebsd-ports-gnome-89a2a22a9db7cf8f17d56a1d16e393d70b2246fb.tar.zst freebsd-ports-gnome-89a2a22a9db7cf8f17d56a1d16e393d70b2246fb.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index d48a30475714..38c234418dd5 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -52,8 +52,6 @@ PLIST_SUB+= BASH_COMPLETIONS="" PLIST_SUB+= BASH_COMPLETIONS="@comment " .endif -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e "s|/share/man/man1|/man/man1|g" ${WRKSRC}/install-sh @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \ @@ -84,4 +82,4 @@ post-install: @${ECHO_MSG} "===> Docs installed in ${DOCSDIR}." .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |