diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-10 12:10:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-10 12:10:45 +0000 |
commit | 06fa2131c507b9bf48f53201657c5cea197e4435 (patch) | |
tree | c3274bedb7ac2e9a451feb3bff7f7942a9e1ce14 /x11/openmotif/INSTALL | |
parent | 5519a9b4a6a23c16f8e94efbc4751cefc3791578 (diff) | |
download | pkgsrc-06fa2131c507b9bf48f53201657c5cea197e4435.tar.gz |
Update openmotif to 2.1.30nb1. Changes from version 2.1.30 are that we
no longer install all of the demo programs with openmotif (which are
largely just bloat), and we use bsd.pkg.install.mk to replace some of the
bloat in the package Makefile.
Diffstat (limited to 'x11/openmotif/INSTALL')
-rw-r--r-- | x11/openmotif/INSTALL | 15 |
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 |