View | Details | Raw Unified | Return to bug 226833
Collapse All | Expand All

(-)x11/sterm/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sterm
4
PORTNAME=	sterm
5
PORTVERSION=	0.7
5
DISTVERSION=	0.8.1
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
MASTER_SITES=	http://dl.suckless.org/st/
7
MASTER_SITES=	http://dl.suckless.org/st/
8
DISTNAME=	st-${PORTVERSION}
8
DISTNAME=	st-${PORTVERSION}
(-)x11/sterm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1471840973
1
TIMESTAMP = 1521661488
2
SHA256 (st-0.7.tar.gz) = f7870d906ccc988926eef2cc98950a99cc78725b685e934c422c03c1234e6000
2
SHA256 (st-0.8.1.tar.gz) = c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926
3
SIZE (st-0.7.tar.gz) = 42418
3
SIZE (st-0.8.1.tar.gz) = 45423
(-)x11/sterm/files/patch-Makefile (-6 / +6 lines)
Lines 1-10 Link Here
1
--- Makefile.orig	2016-08-11 14:25:58 UTC
1
--- Makefile.orig	2018-03-21 19:50:38 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -49,7 +49,6 @@ install: all
3
@@ -47,7 +47,6 @@ install: st
4
 	@sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1
4
 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1
5
 	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1
5
 	sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
6
 	chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
7
-	tic -sx st.info
6
 	@echo Please see the README file regarding the terminfo entry of st.
8
 	@echo Please see the README file regarding the terminfo entry of st.
7
-	@tic -s st.info
8
 
9
 
9
 uninstall:
10
 uninstall:
10
 	@echo removing executable file from ${DESTDIR}${PREFIX}/bin

Return to bug 226833