diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 17:45:32 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 17:45:32 +0800 |
commit | b0e9c3a200582ac5139b306fb99d1f249c5dd927 (patch) | |
tree | 392dcaaab655873a87686985c6c1b17124d7aad4 /mail/smtp-cli | |
parent | bef4de8dad3cdd6c15ae328877ea08cbf21202b8 (diff) | |
download | freebsd-ports-gnome-b0e9c3a200582ac5139b306fb99d1f249c5dd927.tar.gz freebsd-ports-gnome-b0e9c3a200582ac5139b306fb99d1f249c5dd927.tar.zst freebsd-ports-gnome-b0e9c3a200582ac5139b306fb99d1f249c5dd927.zip |
mail/*: Use NO_WRKSUBDIR
Diffstat (limited to 'mail/smtp-cli')
-rw-r--r-- | mail/smtp-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtp-cli/Makefile b/mail/smtp-cli/Makefile index 661696f3594d..d20974ab1df7 100644 --- a/mail/smtp-cli/Makefile +++ b/mail/smtp-cli/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Digest-HMAC>0:security/p5-Digest-HMAC \ p5-Term-ReadKey>0:devel/p5-Term-ReadKey NO_BUILD= yes -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes PLIST_FILES= bin/smtp-cli SHEBANG_FILES= smtp-cli |