pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xorg Unify PLIST. OK'd by xtraeme@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a62c906cc57f
branches:  trunk
changeset: 491849:a62c906cc57f
user:      hira <hira%pkgsrc.org@localhost>
date:      Wed Mar 30 20:30:24 2005 +0000

description:
Unify PLIST.  OK'd by xtraeme@.

diffstat:

 meta-pkgs/xorg/Makefile.common |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 20fa523b7678 -r a62c906cc57f meta-pkgs/xorg/Makefile.common
--- a/meta-pkgs/xorg/Makefile.common    Wed Mar 30 20:29:19 2005 +0000
+++ b/meta-pkgs/xorg/Makefile.common    Wed Mar 30 20:30:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2005/03/22 09:44:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2005/03/30 20:30:24 hira Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will
 #   be built in.
@@ -159,6 +159,13 @@
 PLIST_SUBST+=          X11ROOT_PREFIX=${X11ROOT_PREFIX}
 MESSAGE_SUBST+=                X11ROOT=${X11ROOT}
 
+.if !empty(XORG_PLIST_ENTRY)
+.  for _e in ${XORG_PLIST_ENTRY}
+XORG_PLIST_SED+=       -e '/^@comment begin ${_e}$$/,/^@comment end ${_e}$$/p'
+.  endfor
+XORG_PLIST_SED+=       -e '/^@comment begin .*$$/,/^@comment end .*$$/d'
+.endif
+
 #
 # Any volunteer to test any platform not listed here? :)
 #



Home | Main Index | Thread Index | Old Index