aboutsummaryrefslogtreecommitdiffstats
path: root/mail/hashcash
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-10-16 04:34:06 +0800
committermarino <marino@FreeBSD.org>2013-10-16 04:34:06 +0800
commita4e4a991b6fa505989bae64e2b3fdb0c18a3e50e (patch)
treeeacb4670ab6d1837a11c5593fd5504f4035446eb /mail/hashcash
parent6d678e7301d14649be21b6d54e88bdb0054ccc77 (diff)
downloadfreebsd-ports-gnome-a4e4a991b6fa505989bae64e2b3fdb0c18a3e50e.tar.gz
freebsd-ports-gnome-a4e4a991b6fa505989bae64e2b3fdb0c18a3e50e.tar.zst
freebsd-ports-gnome-a4e4a991b6fa505989bae64e2b3fdb0c18a3e50e.zip
mail/hashcash: Unbreak by moving NO_STAGE definition
NO_STAGE needs to be set unconditionally. Approved by: portmgr (bdrewery)
Diffstat (limited to 'mail/hashcash')
-rw-r--r--mail/hashcash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile
index a13f3e1f209a..8481b2eb19dc 100644
--- a/mail/hashcash/Makefile
+++ b/mail/hashcash/Makefile
@@ -14,10 +14,10 @@ MAN1= hashcash.1 sha1-hashcash.1
PLIST_FILES= bin/hashcash bin/sha1
PORTDOCS= CHANGELOG LICENSE README
ALL_TARGET= generic
+NO_STAGE= yes
.if defined(NOPORTDOCS)
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
.endif