Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287915
b: "refs/heads/trunk_broken_20121113"
c: 8bd2338
h: refs/heads/joyent/release/2012Q2
i:
  287913: 36179bf
  287911: 41b1862
  • Loading branch information
joerg committed Nov 15, 2006
1 parent 9520b97 commit ba66fa6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/joyent/release/2012Q2: c5e969c55e7b32f1e122ea85f983d79c53b8294d
"refs/heads/trunk_broken_20121113": a589eaaef6114819b0060bd748e644439e344078
"refs/heads/trunk_broken_20121113": 8bd233800fb6382f68bdd340764c1b82769ab6ba
15 changes: 14 additions & 1 deletion branches/trunk_broken_20121113/mk/plist/print-plist.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: print-plist.mk,v 1.10 2006/10/09 12:25:44 joerg Exp $
# $NetBSD: print-plist.mk,v 1.11 2006/11/15 10:40:34 joerg Exp $

###
### Automatic PLIST generation
Expand Down Expand Up @@ -40,6 +40,19 @@ _PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^${PKGINFODIR:S|/|\\/|g}\/dir$$/)
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^${PKGINFODIR:S|/|\\/|g}\/[^\/]+(-[0-9]+)(\.gz)?$$/)
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^([^\/]*\/)*(info\/[^\/]+|[^\/]+\.info)(-[0-9]+)(\.gz)?$$/)
.endif
.if (defined(FONTS_DIRS.x11) && !empty(FONTS_DIRS.x11:M*))
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/encodings\.dir/)
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.dir/)
.endif
.if (defined(FONTS_DIRS.ttf) && !empty(FONTS_DIRS.ttf:M*)) || \
(defined(FONTS_DIRS.type1) && !empty(FONTS_DIRS.type1:M*))
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.scale/)
.endif
.if (defined(FONTS_DIRS.ttf) && !empty(FONTS_DIRS.ttf:M*)) || \
(defined(FONTS_DIRS.type1) && !empty(FONTS_DIRS.type1:M*)) || \
(defined(FONTS_DIRS.x11) && !empty(FONTS_DIRS.x11:M*))
_PRINT_PLIST_AWK_IGNORE+= || ($$0 ~ /^.*\/fonts\.cache-1/)
.endif

# Common (system) directories not to generate @dirrm statements for
# Reads MTREE_FILE and generate awk statements that will
Expand Down

0 comments on commit ba66fa6

Please sign in to comment.