summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 05:56:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-24 05:56:53 +0000
commitfdf08869440eead15e7ad248cf359afbdb9c8e17 (patch)
tree39105b3dd4747239d3b1cfd4716379e2fcafd622
parentRevert back to r327939 + also removes now useless post-extract (diff)
Properly set NO_STAGE
Notes
Notes: svn path=/head/; revision=328094
-rw-r--r--sysutils/dmidecode/Makefile3
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