summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorhira <hira>2005-03-30 20:30:24 +0000
committerhira <hira>2005-03-30 20:30:24 +0000
commitfa741138b1ac6da5ba829594cac6be881670de45 (patch)
treeaf538a4154a7abefbb1bc782f15db0fcd83f887b /meta-pkgs
parentbf939209b25529219fc8072f309fbcc93b1036cf (diff)
downloadpkgsrc-fa741138b1ac6da5ba829594cac6be881670de45.tar.gz
Unify PLIST. OK'd by xtraeme@.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xorg/Makefile.common9
1 files changed, 8 insertions, 1 deletions
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? :)
#