summaryrefslogtreecommitdiff
path: root/misc/amanda-perl-wrapper/Makefile
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/amanda-perl-wrapper/Makefile
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/amanda-perl-wrapper/Makefile')
-rw-r--r--misc/amanda-perl-wrapper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-perl-wrapper/Makefile b/misc/amanda-perl-wrapper/Makefile
index 4027e1e107a3..58f29ef85628 100644
--- a/misc/amanda-perl-wrapper/Makefile
+++ b/misc/amanda-perl-wrapper/Makefile
@@ -23,10 +23,10 @@ do-fetch:
pre-build: apply-slist
do-build:
- cd ${WRKSRC} && ${CC} -o perl-amanda perl-amanda.c
+ cd ${WRKSRC} && ${CC} -o perl-amanda ${WRKDIR}/perl-amanda.c
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/perl-amanda ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/perl-amanda ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.pre.mk>