diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 05:56:53 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 05:56:53 +0000 |
| commit | fdf08869440eead15e7ad248cf359afbdb9c8e17 (patch) | |
| tree | 39105b3dd4747239d3b1cfd4716379e2fcafd622 /sysutils/dmidecode | |
| parent | 2b6d01129d8f7741fe52d9145e9817aa5d28e3f1 (diff) | |
Notes
Diffstat (limited to 'sysutils/dmidecode')
| -rw-r--r-- | sysutils/dmidecode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 4f288ddfb901..fa6240f1d0ec 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -17,8 +17,9 @@ USE_BZIP2= yes MAKE_ENV+= DOCSDIR="${DOCSDIR}" LICENSE= GPLv2 -.if defined(NOPORTDOCS) NO_STAGE= yes + +.if defined(NOPORTDOCS) post-patch: @${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile |
