diff options
author | hira <hira@pkgsrc.org> | 2005-03-30 20:30:24 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2005-03-30 20:30:24 +0000 |
commit | 8cf60ce6829ae3214c5a7fc12eb06fc5e4d00c3b (patch) | |
tree | af538a4154a7abefbb1bc782f15db0fcd83f887b /meta-pkgs | |
parent | d0313d46833b3d3f9192f194ffdb2889f8480a9e (diff) | |
download | pkgsrc-8cf60ce6829ae3214c5a7fc12eb06fc5e4d00c3b.tar.gz |
Unify PLIST. OK'd by xtraeme@.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 9 |
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? :) # |