diff options
author | makc <makc@FreeBSD.org> | 2013-11-29 01:49:59 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-11-29 01:49:59 +0800 |
commit | 6ca4a7e83a3c50f4446298731ecb5fe03864713a (patch) | |
tree | 556f15e8b4a92744bf3207011c3dc7b5400aa0fa /deskutils | |
parent | c7279119f97afdcd5211831944b3e2c884d4c0a8 (diff) | |
download | freebsd-ports-gnome-6ca4a7e83a3c50f4446298731ecb5fe03864713a.tar.gz freebsd-ports-gnome-6ca4a7e83a3c50f4446298731ecb5fe03864713a.tar.zst freebsd-ports-gnome-6ca4a7e83a3c50f4446298731ecb5fe03864713a.zip |
- Fix build after my previous commit
Reported by: pkg-fallout
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/znotes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index 19adda028b8a..67500fdf80dd 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -29,6 +29,8 @@ post-patch: ${WRKSRC}/${PORTNAME}.pro @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ ${WRKSRC}/settings.cpp + +pre-configure: #Work around badly written .pro ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro |