pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/epiphany During print-PLIST, output a comment for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/043638ff82f9
branches:  trunk
changeset: 472888:043638ff82f9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Apr 13 20:23:15 2004 +0000

description:
During print-PLIST, output a comment for the removal of the lib/epiphany
directory, instead of removing it.

diffstat:

 www/epiphany/buildlink3.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 04df3b573e83 -r 043638ff82f9 www/epiphany/buildlink3.mk
--- a/www/epiphany/buildlink3.mk        Tue Apr 13 16:39:11 2004 +0000
+++ b/www/epiphany/buildlink3.mk        Tue Apr 13 20:23:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/01 18:52:49 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/04/13 20:23:15 jmmv Exp $
 #
 # This Makefile fragment is included by packages that use epiphany.
 #
@@ -17,6 +17,9 @@
 BUILDLINK_DEPENDS.epiphany+=           epiphany>=1.2.2
 BUILDLINK_PKGSRCDIR.epiphany?=         ../../www/epiphany
 
+PRINT_PLIST_AWK+=      /^@dirrm lib\/epiphany$$/ \
+                               { print "@comment in epiphany: " $$0; next; }
+
 .include "../../devel/GConf2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libbonoboui/buildlink3.mk"



Home | Main Index | Thread Index | Old Index