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

(-)b/sysutils/screen/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	screen
4
PORTNAME=	screen
5
PORTVERSION=	4.7.0
5
PORTVERSION=	4.7.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	GNU \
8
MASTER_SITES=	GNU \
9
		ftp://ftp.gnu.org/gnu/screen/ \
9
		ftp://ftp.gnu.org/gnu/screen/ \
(-)b/sysutils/screen/files/patch-Makefile.in (-1 / +1 lines)
Lines 14-20 Link Here
14
-	(cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
14
-	(cd $(DESTDIR)$(bindir) && ln -f -s $(SCREEN) screen)
15
 	cp $(srcdir)/utf8encodings/?? $(DESTDIR)$(SCREENENCODINGS)
15
 	cp $(srcdir)/utf8encodings/?? $(DESTDIR)$(SCREENENCODINGS)
16
+	$(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/screen
16
+	$(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/screen
17
+	-chown root:wheel $(DESTDIR)$(bindir)/screen && chmod 4755 $(DESTDIR)$(bindir)/screen
17
+	-chown root:wheel $(DESTDIR)$(bindir)/screen
18
 
18
 
19
 ###############################################################################
19
 ###############################################################################
20
 install: installdirs install_bin
20
 install: installdirs install_bin

Return to bug 241530