From d583488e1037dadd16acb4af8164a79fefb1561a Mon Sep 17 00:00:00 2001 From: reed Date: Sat, 12 Jan 2008 04:01:31 +0000 Subject: Remove the MESSAGE.Solaris and INSTALL.openwin. The INSTALL.openwin is broken. I reported on December 1 that it create a broken INSTALL script. The SunOS check was commented out in pkgsrc/x11/xterm/Makefile revision 1.37. It looks like it was accidently committed as it has nothing to do with the log message. This caused the INSTALL.openwin stuff to be used on non-SunOS systems. That INSTALL.openwin support is broken anyways. The sed changed @PREFIX@ but that was not used. --- x11/xterm/INSTALL.openwin | 43 ------------------------------------------- x11/xterm/MESSAGE.Solaris | 7 ------- 2 files changed, 50 deletions(-) delete mode 100644 x11/xterm/INSTALL.openwin delete mode 100644 x11/xterm/MESSAGE.Solaris diff --git a/x11/xterm/INSTALL.openwin b/x11/xterm/INSTALL.openwin deleted file mode 100644 index 8234e4427e5..00000000000 --- a/x11/xterm/INSTALL.openwin +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $NetBSD: INSTALL.openwin,v 1.2 2007/10/09 19:19:17 martti Exp $ - -PKGNAME=$1 -STAGE=$2 - -CONFLICTS="bin/resize bin/xterm lib/app-defaults/XTerm man/man1/resize.1 man/man1/xterm.1" - -case ${STAGE} in -PRE-INSTALL) - cd ${PKG_PREFIX} - for FILE in $CONFLICTS - do - if [ -f $FILE ] - then - @MV@ $FILE ${FILE}.openwin - fi - done - ;; - -POST-INSTALL) - cd ${PKG_PREFIX}/lib/X11/etc - TERMINFO=@LOCALBASE@/share/lib/terminfo - export TERMINFO - /usr/5bin/tic xterm.terminfo - ;; - -DEINSTALL) - ;; - -POST-DEINSTALL) - cd ${PKG_PREFIX} - for FILE in $CONFLICTS - do - if [ -f ${FILE}.openwin ] - then - @MV@ ${FILE}.openwin $FILE - fi - done - ;; -esac -exit 0 diff --git a/x11/xterm/MESSAGE.Solaris b/x11/xterm/MESSAGE.Solaris deleted file mode 100644 index 97d5898648b..00000000000 --- a/x11/xterm/MESSAGE.Solaris +++ /dev/null @@ -1,7 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE.Solaris,v 1.1 2005/02/16 22:05:36 reed Exp $ - -This package should be deinstalled before you update to a newer Solaris -or OpenWindows version. - -=========================================================================== -- cgit v1.2.3