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/DEINSTALL | |
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/DEINSTALL')
-rw-r--r-- | x11/openmotif/DEINSTALL | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/x11/openmotif/DEINSTALL b/x11/openmotif/DEINSTALL index f39010ade5c..61a28c40ffb 100644 --- a/x11/openmotif/DEINSTALL +++ b/x11/openmotif/DEINSTALL @@ -1,18 +1,4 @@ -#!/bin/sh -# -# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:11:16 zuntum Exp $ - -PKGNAME=$1 -STAGE=$2 - -CP="@CP@" -CMP="@CMP@" -ECHO="@ECHO@" -GREP="@GREP@" -MV="@MV@" -RM="@RM@" -RMDIR="@RMDIR@" -TRUE="@TRUE@" +# $NetBSD: DEINSTALL,v 1.2 2002/01/10 12:10:45 jlam Exp $ X11BASE=@X11BASE@ MOTIF_RULES=${PKG_PREFIX}/lib/X11/config/Motif.rules @@ -52,4 +38,3 @@ POST-DEINSTALL) exit 1 ;; esac -exit 0 |