diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-25 00:56:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-25 00:56:14 +0000 |
commit | ee839c4b4a300a16020f6a5afc5895ab0e08242e (patch) | |
tree | dcfa96a6cf19d8d1a55fd2fdd9a6fbadad2c137d | |
parent | 31a2af70507c5fdce989476d07b4fdf9f937a6da (diff) |
- Add bin/linguist to plist
Notes
Notes:
svn path=/head/; revision=331538
-rw-r--r-- | textproc/rubygem-github-linguist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index 1275099a03a4..c9c3d43d4360 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -17,6 +17,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES+= bin/linguist + NO_STAGE= yes .include <bsd.port.mk> |