aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 21:48:07 +0800
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-02 21:48:07 +0800
commitfc29ec47de9c77b1202c7bda33ff0f0c76fb593f (patch)
tree3e80c34d1bd281aa58114a1b59c2f543b520cbab /mail
parent960c0ed9f8254ce66d9a06bb45ab70e19e837769 (diff)
downloadfreebsd-ports-gnome-fc29ec47de9c77b1202c7bda33ff0f0c76fb593f.tar.gz
freebsd-ports-gnome-fc29ec47de9c77b1202c7bda33ff0f0c76fb593f.tar.zst
freebsd-ports-gnome-fc29ec47de9c77b1202c7bda33ff0f0c76fb593f.zip
Unbreak things broken by my previous incomplete commits
Pointy hat: tobik
Diffstat (limited to 'mail')
-rw-r--r--mail/postfinger/Makefile2
-rw-r--r--mail/vrfy/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfinger/Makefile b/mail/postfinger/Makefile
index f1cf19308afd..5f2b0e124393 100644
--- a/mail/postfinger/Makefile
+++ b/mail/postfinger/Makefile
@@ -13,7 +13,7 @@ COMMENT= Postfix Configuration Summary Reporter
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= ${WRKDIR}
+EXTRACT_AFTER_ARGS= ${WRKSRC}
NO_BUILD= yes
NO_WRKSUBDIR= yes
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>