aboutsummaryrefslogtreecommitdiff
path: root/mail/vrfy
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 13:48:07 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 13:48:07 +0000
commitfc29ec47de9c77b1202c7bda33ff0f0c76fb593f (patch)
tree3e80c34d1bd281aa58114a1b59c2f543b520cbab /mail/vrfy
parent960c0ed9f8254ce66d9a06bb45ab70e19e837769 (diff)
downloadports-fc29ec47de9c77b1202c7bda33ff0f0c76fb593f.tar.gz
ports-fc29ec47de9c77b1202c7bda33ff0f0c76fb593f.zip
Unbreak things broken by my previous incomplete commits
Pointy hat: tobik
Notes
Notes: svn path=/head/; revision=491958
Diffstat (limited to 'mail/vrfy')
-rw-r--r--mail/vrfy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile
index 967ef0bb4516..a11f0d5a752c 100644
--- a/mail/vrfy/Makefile
+++ b/mail/vrfy/Makefile
@@ -16,6 +16,6 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/vrfy
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/vrfy ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/vrfy ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>