summaryrefslogtreecommitdiff
path: root/x11/openmotif/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'x11/openmotif/INSTALL')
-rw-r--r--x11/openmotif/INSTALL15
1 files changed, 1 insertions, 14 deletions
diff --git a/x11/openmotif/INSTALL b/x11/openmotif/INSTALL
index 0fdfcd12137..950c4db1622 100644
--- a/x11/openmotif/INSTALL
+++ b/x11/openmotif/INSTALL
@@ -1,16 +1,4 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.1 2001/10/31 22:11:16 zuntum Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-CP="@CP@"
-ECHO="@ECHO@"
-GREP="@GREP@"
-LN="@LN@"
-MV="@MV@"
-RM="@RM@"
+# $NetBSD: INSTALL,v 1.2 2002/01/10 12:10:45 jlam Exp $
X11BASE=@X11BASE@
MOTIF_RULES=${PKG_PREFIX}/lib/X11/config/Motif.rules
@@ -56,4 +44,3 @@ POST-INSTALL)
exit 1
;;
esac
-exit 0