diff options
author | joe <joe@FreeBSD.org> | 2001-09-24 08:43:08 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-09-24 08:43:08 +0800 |
commit | ad91e4dc396c8e8195aaf3f301ab21bc48427165 (patch) | |
tree | 3c47de0bb9e9feceb25d791028209baa435c0225 /CVSROOT/exclude | |
parent | 5e06c19ddef7f76336c5ef6a7a874335e6e013e6 (diff) | |
download | freebsd-ports-gnome-ad91e4dc396c8e8195aaf3f301ab21bc48427165.tar.gz freebsd-ports-gnome-ad91e4dc396c8e8195aaf3f301ab21bc48427165.tar.zst freebsd-ports-gnome-ad91e4dc396c8e8195aaf3f301ab21bc48427165.zip |
Only include 'Makefile' in /usr/ports, not files that end in the
string 'Makefile' after a word break, i.e. patch-Makefile.
Diffstat (limited to 'CVSROOT/exclude')
-rw-r--r-- | CVSROOT/exclude | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/exclude b/CVSROOT/exclude index 624da8640505..c3b73a8c0a07 100644 --- a/CVSROOT/exclude +++ b/CVSROOT/exclude @@ -16,7 +16,7 @@ ^doc/.*\.scr # Skip all ports files except for Makefiles. -^ports/.*(?<!\bMakefile)$ +^ports/.*(?<!/Makefile)$ ^src/contrib/.*/FREEBSD-Xlist ^src/contrib/nvi/catalog |