diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-20 21:10:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-20 21:10:29 +0000 |
commit | e5b91299c92f2916f3d719e49c83aa7902155218 (patch) | |
tree | 69eb533cb86023d06fd1ce2c74b8afafd0c9d249 /sysutils | |
parent | 1b226bdec5cb5503d10a93fe83c9981cc262ec17 (diff) | |
download | ports-e5b91299c92f2916f3d719e49c83aa7902155218.tar.gz ports-e5b91299c92f2916f3d719e49c83aa7902155218.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/screen/Makefile | 2 | ||||
-rw-r--r-- | sysutils/screen/files/patch-aa | 21 | ||||
-rw-r--r-- | sysutils/screen/pkg-plist | 1 |
3 files changed, 20 insertions, 4 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 97bfcc464277..e59febeed226 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -7,7 +7,7 @@ PORTNAME= screen PORTVERSION= 3.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU} diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa index c6f856c9ac65..d48e06506464 100644 --- a/sysutils/screen/files/patch-aa +++ b/sysutils/screen/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Sep 1 20:07:26 2000 -+++ Makefile.in Tue Sep 5 18:49:17 2000 +--- Makefile.in.orig Fri Sep 1 09:07:26 2000 ++++ Makefile.in Sun Sep 17 18:29:18 2000 @@ -21,7 +21,7 @@ ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'` @@ -9,3 +9,20 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = LIBS = @LIBS@ +@@ -68,14 +68,8 @@ + $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $< + + install_bin: .version screen +- -if [ -f $(bindir)/$(SCREEN) ] && [ ! -f $(bindir)/$(SCREEN).old ]; \ +- then mv $(bindir)/$(SCREEN) $(bindir)/$(SCREEN).old; fi +- $(INSTALL_PROGRAM) screen $(bindir)/$(SCREEN) +- -chown root $(bindir)/$(SCREEN) && chmod 4755 $(bindir)/$(SCREEN) +-# This doesn't work if $(bindir)/screen is a symlink +- -if [ -f $(bindir)/screen ] && [ ! -f $(bindir)/screen.old ]; then mv $(bindir)/screen $(bindir)/screen.old; fi +- rm -f $(bindir)/screen +- ln -s $(SCREEN) $(bindir)/screen ++ $(INSTALL_PROGRAM) screen $(bindir)/screen ++ -chown root $(bindir)/screen && chmod 4755 $(bindir)/screen + + ############################################################################### + install: installdirs install_bin diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist index 52f72c344f4f..ebfd9dec55bc 100644 --- a/sysutils/screen/pkg-plist +++ b/sysutils/screen/pkg-plist @@ -1,5 +1,4 @@ bin/screen -bin/screen-3.9.8 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info @exec install-info %D/info/screen.info %D/info/dir |