diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-24 23:26:04 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-24 23:30:52 -0800 |
commit | d5078aa2244fc6efd6b23172f964acf5ee659673 (patch) | |
tree | 8a04743dac183a28628c0d0af67aacc444a117f9 /editors/notepadnext/Makefile | |
parent | sysutils/nut_exporter: update to v2.5.2. (diff) |
editors/notepadnext: Update 0.5.6 → 0.6
Reported by: portscout
Diffstat (limited to 'editors/notepadnext/Makefile')
-rw-r--r-- | editors/notepadnext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/notepadnext/Makefile b/editors/notepadnext/Makefile index dbc95a4e5666..0e55c8fbc921 100644 --- a/editors/notepadnext/Makefile +++ b/editors/notepadnext/Makefile @@ -1,6 +1,6 @@ PORTNAME= notepadnext DISTVERSIONPREFIX= v -DISTVERSION= 0.5.6 +DISTVERSION= 0.6 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org @@ -34,6 +34,7 @@ LDFLAGS+= -luchardet PLIST_FILES= bin/NotepadNext \ share/applications/NotepadNext.desktop \ + share/icons/hicolor/scalable/apps/NotepadNext.svg \ share/icons/hicolor/scalable/mimetypes/NotepadNext.svg .include <bsd.port.mk> |