diff options
author | pin <pin@pkgsrc.org> | 2022-08-15 06:55:16 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-08-15 06:55:16 +0000 |
commit | 49ad9db4acdbd6bb73f45e2ea7e36507eda2b388 (patch) | |
tree | d0d3172f58102dc55cb647c24851ffa86e76e069 /editors | |
parent | 0050a7a89ddb8cfe9c1ed7bf5be5500a3e8d26e4 (diff) | |
download | pkgsrc-49ad9db4acdbd6bb73f45e2ea7e36507eda2b388.tar.gz |
editors/feathernotes: unbreak build
Fix PLIST, delint Makefile.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/feathernotes/Makefile | 4 | ||||
-rw-r--r-- | editors/feathernotes/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/feathernotes/Makefile b/editors/feathernotes/Makefile index 1fcef93cda9..dc248c928da 100644 --- a/editors/feathernotes/Makefile +++ b/editors/feathernotes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2022/08/09 12:05:01 pin Exp $ +# $NetBSD: Makefile,v 1.18 2022/08/15 06:55:16 pin Exp $ VERSION= 1.0.0 DISTNAME= FeatherNotes-V${VERSION} @@ -20,7 +20,7 @@ USE_LANGUAGES= c c++ CONFIGURE_DIRS= build CMAKE_ARG_PATH= .. -CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} +CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} pre-configure: ${MKDIR} -p ${WRKSRC}/build diff --git a/editors/feathernotes/PLIST b/editors/feathernotes/PLIST index 329d660a033..659de1dea26 100644 --- a/editors/feathernotes/PLIST +++ b/editors/feathernotes/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/06 07:53:46 pin Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/08/15 06:55:16 pin Exp $ bin/feathernotes share/applications/feathernotes.desktop share/feathernotes/translations/feathernotes_ar_DZ.qm @@ -32,6 +32,7 @@ share/feathernotes/translations/feathernotes_pt_BR.qm share/feathernotes/translations/feathernotes_ru.qm share/feathernotes/translations/feathernotes_si.qm share/feathernotes/translations/feathernotes_sk_SK.qm +share/feathernotes/translations/feathernotes_sv.qm share/feathernotes/translations/feathernotes_tr.qm share/feathernotes/translations/feathernotes_uk.qm share/feathernotes/translations/feathernotes_zh_CN.qm |