From fa741138b1ac6da5ba829594cac6be881670de45 Mon Sep 17 00:00:00 2001 From: hira Date: Wed, 30 Mar 2005 20:30:24 +0000 Subject: Unify PLIST. OK'd by xtraeme@. --- meta-pkgs/xorg/Makefile.common | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common index dda5edc4ae8..49ac3605862 100644 --- a/meta-pkgs/xorg/Makefile.common +++ b/meta-pkgs/xorg/Makefile.common @@ -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 @@ EGDIR?= ${LOCALBASE}/share/examples/xorg 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? :) # -- cgit v1.2.3