diff options
Diffstat (limited to 'mail/hashcash')
-rw-r--r-- | mail/hashcash/Makefile | 2 |
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 |