diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-20 20:19:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-20 20:19:18 +0000 |
commit | c1b73cf1db4bf9902471200f3ef7cf4ebef1d267 (patch) | |
tree | 207f13f1839ce6c96f041d247cdd3b89519f95d8 /sysutils/debhelper/files/patch-Makefile | |
parent | - Fix warnings generated by recent snapshot of Clang 3.7.0, including: (diff) |
- Install complete list of components
- Bump PORTREVISION for package change
PR: 202724
Submitted by: <bigangrygreenguy@gmail.com>
Notes
Notes:
svn path=/head/; revision=397414
Diffstat (limited to 'sysutils/debhelper/files/patch-Makefile')
-rw-r--r-- | sysutils/debhelper/files/patch-Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/debhelper/files/patch-Makefile b/sysutils/debhelper/files/patch-Makefile index 2bec4ff8f10b..30f656cbfe57 100644 --- a/sysutils/debhelper/files/patch-Makefile +++ b/sysutils/debhelper/files/patch-Makefile @@ -1,6 +1,13 @@ ---- Makefile.orig 2013-11-11 03:11:15.000000000 +0800 -+++ Makefile 2014-07-01 01:06:16.800481843 +0800 -@@ -88,17 +88,16 @@ +--- Makefile.orig 2014-11-16 15:43:09 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + # List of files of dh_* commands. Sorted for debhelper man page. +-COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | sort) ++COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | cut -c3- | sort) + + # Find deprecated commands by looking at their synopsis. + DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS)) +@@ -88,17 +88,16 @@ endif done; install: |