aboutsummaryrefslogtreecommitdiff
path: root/deskutils/znotes
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-10-01 04:13:31 +0000
commitc45de9579f6ec97574056dd335df02031ccd00ad (patch)
treebf42b7c476faa7a6183d0feaa4c65bb90053847d /deskutils/znotes
parent4c6b47d49f526e4aa085f3d82bef3b2910453e64 (diff)
downloadports-c45de9579f6ec97574056dd335df02031ccd00ad.tar.gz
ports-c45de9579f6ec97574056dd335df02031ccd00ad.zip
Notes
Diffstat (limited to 'deskutils/znotes')
-rw-r--r--deskutils/znotes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile
index da6e8f4ec78a..fb328bfc95c4 100644
--- a/deskutils/znotes/Makefile
+++ b/deskutils/znotes/Makefile
@@ -34,6 +34,6 @@ post-patch:
pre-configure:
#Work around badly written .pro
- ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro
+ cd ${WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro
.include <bsd.port.mk>