pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdepgraph Put post-install message into MES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9889de0d2b42
branches:  trunk
changeset: 467364:9889de0d2b42
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Jan 29 22:25:06 2004 +0000

description:
Put post-install message into MESSAGE, so that people using
PKGSRC_MESSAGE_RECIPIENTS will get a copy mailed to them.

Okayed by jmmv and wiz.

diffstat:

 pkgtools/pkgdepgraph/INSTALL  |  22 ----------------------
 pkgtools/pkgdepgraph/MESSAGE  |  11 +++++++++++
 pkgtools/pkgdepgraph/Makefile |   5 +----
 3 files changed, 12 insertions(+), 26 deletions(-)

diffs (58 lines):

diff -r 5bdd3c2eda90 -r 9889de0d2b42 pkgtools/pkgdepgraph/INSTALL
--- a/pkgtools/pkgdepgraph/INSTALL      Thu Jan 29 22:12:42 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.3 2003/08/30 20:23:00 jlam Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-case ${STAGE} in
-POST-INSTALL)
-       echo "============================================================"
-       echo "Note that in order to facilitate the use of this package on"
-       echo ""\""client machines"\"", the dependency of this package upon the"
-       echo ""\""graphviz"\"" package (located in graphics/graphviz) has been"
-       echo "removed.  You must install the "\""graphviz"\"" package in order"
-       echo "to view the graph data that this program generates, though"
-       echo "much of the functionality of this program does not require"
-       echo "you to look at the graphs."
-       echo "============================================================"
-       ;;
-esac
-
-exit 0
diff -r 5bdd3c2eda90 -r 9889de0d2b42 pkgtools/pkgdepgraph/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkgdepgraph/MESSAGE      Thu Jan 29 22:25:06 2004 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/01/29 22:25:06 snj Exp $
+
+Note that in order to facilitate the use of this package on "client
+machines", the dependency of this package upon the "graphviz" package
+(located in graphics/graphviz) has been removed.  You must install the
+"graphviz" package in order to view the graph data that this program
+generates, though much of the functionality of this program does not
+require you to look at the graphs.
+
+===========================================================================
diff -r 5bdd3c2eda90 -r 9889de0d2b42 pkgtools/pkgdepgraph/Makefile
--- a/pkgtools/pkgdepgraph/Makefile     Thu Jan 29 22:12:42 2004 +0000
+++ b/pkgtools/pkgdepgraph/Makefile     Thu Jan 29 22:25:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:23:57 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/29 22:25:06 snj Exp $
 #
 
 DISTNAME=      pkgdepgraph-2.5
@@ -58,7 +58,4 @@
        ${INSTALL_MAN} ${WRKSRC}/pkgdepgraph.0 ${PREFIX}/man/cat1
        ${INSTALL_MAN} ${WRKSRC}/pkgdepgraph.1 ${PREFIX}/man/man1
 
-post-install:
-       @${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index