summaryrefslogtreecommitdiff
path: root/misc/nsf
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 /misc/nsf
parentUpdate to the last snapshot (diff)
Unbreak things broken by my previous incomplete commits
Pointy hat: tobik
Notes
Notes: svn path=/head/; revision=491958
Diffstat (limited to 'misc/nsf')
-rw-r--r--misc/nsf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
index d01429b98518..137444ffb833 100644
--- a/misc/nsf/Makefile
+++ b/misc/nsf/Makefile
@@ -17,7 +17,7 @@ PLIST_FILES= bin/nsf man/man1/nsf.1.gz
ALL_TARGET=
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/nsf ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/nsf ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>