summaryrefslogtreecommitdiff
path: root/x11/rofi-calc/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-28 11:59:09 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-05-28 11:59:09 +0000
commit54faa52f59c3bb7a71130069cd7c012540c3d4c2 (patch)
tree37e62415f8f88c5eab4a613532fdc616fdb8fc3f /x11/rofi-calc/Makefile
parentgames/libretro-beetle_pce_fast: update to commit 17ba58b (diff)
x11/rofi-calc: update to 1.7
In addition: * Set MAINTAINER to submitter * Strip objects PR: 246779 Submitted by: vidar@karlsen.tech Reviewed by: ports@xanderio.de (maintainer)
Notes
Notes: svn path=/head/; revision=536765
Diffstat (limited to 'x11/rofi-calc/Makefile')
-rw-r--r--x11/rofi-calc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/rofi-calc/Makefile b/x11/rofi-calc/Makefile
index be939a6bcd00..c16519729a27 100644
--- a/x11/rofi-calc/Makefile
+++ b/x11/rofi-calc/Makefile
@@ -2,10 +2,10 @@
PORTNAME= rofi-calc
DISTVERSIONPREFIX= v
-DISTVERSION= 1.5
+DISTVERSION= 1.7
CATEGORIES= x11
-MAINTAINER= alex@xanderio.de
+MAINTAINER= vidar@karlsen.tech
COMMENT= Do live calculations in rofi
LICENSE= MIT
@@ -25,4 +25,6 @@ GNU_CONFIGURE= yes
PLIST_FILES= lib/rofi/calc.so
+INSTALL_TARGET= install-strip
+
.include <bsd.port.mk>