aboutsummaryrefslogtreecommitdiffstats
path: root/x11/evilvte/Makefile
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-12-23 20:20:52 +0800
committerscheidell <scheidell@FreeBSD.org>2011-12-23 20:20:52 +0800
commit040eefe2882467f5fb439c7da25c754279d2f7f7 (patch)
tree6b8604deb8a0b5c02e68bf0b203d4fd0805dcf02 /x11/evilvte/Makefile
parente67512340c4439f0d5382c2b1ae4aa3d0ce46f82 (diff)
downloadfreebsd-ports-gnome-040eefe2882467f5fb439c7da25c754279d2f7f7.tar.gz
freebsd-ports-gnome-040eefe2882467f5fb439c7da25c754279d2f7f7.tar.zst
freebsd-ports-gnome-040eefe2882467f5fb439c7da25c754279d2f7f7.zip
- Update to 0.5.0 [1]
- Pet portlint PR: ports/163071 Submitted by: Aragon Gouveia <aragon@phat.za.net> [1] Approved by: gabor (mentor)
Diffstat (limited to 'x11/evilvte/Makefile')
-rw-r--r--x11/evilvte/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile
index 78a487287878..3d6474bebb4b 100644
--- a/x11/evilvte/Makefile
+++ b/x11/evilvte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= evilvte
-PORTVERSION= 0.4.7.1
+PORTVERSION= 0.5.0
CATEGORIES= x11 gnome
MASTER_SITES= http://www.calno.com/${PORTNAME}/ \
LOCAL/glarkin
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.calno.com/${PORTNAME}/ \
MAINTAINER= aragon@phat.za.net
COMMENT= A VTE based, super lightweight terminal emulator
+USE_XZ= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
ALL_TARGET= evilvte
@@ -39,7 +40,7 @@ pre-everything::
post-patch:
# disable man page installation
- @${REINPLACE_CMD} -e '37,38 d' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e '59,60 d' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e '/^make/ s/make/gmake/' ${WRKSRC}/src/process.sh
.if defined(EVILVTE_CONF)
@${ECHO_MSG} "creating config.h from ${EVILVTE_CONF}"