diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-17 08:39:19 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-17 08:39:19 +0000 |
commit | 2c3dc153a9831e3fbfa0a702fe2122ac2c9fb70b (patch) | |
tree | 00a3b534fefb0fd5af61eaee7d274920e4fb4f67 /devel | |
parent | f944cc91a102cf1167ba440322cd28a8399f448b (diff) | |
download | ports-2c3dc153a9831e3fbfa0a702fe2122ac2c9fb70b.tar.gz ports-2c3dc153a9831e3fbfa0a702fe2122ac2c9fb70b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-rtags/pkg-plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/rubygem-rtags/pkg-plist b/devel/rubygem-rtags/pkg-plist index c0e0aeb09a4c..4d62d39bd6f9 100644 --- a/devel/rubygem-rtags/pkg-plist +++ b/devel/rubygem-rtags/pkg-plist @@ -1,10 +1,36 @@ bin/rtags %%GEM_SPEC%% %%GEM_CACHE%% +%%GEM_LIB_DIR%%/RELEASENOTES +%%GEM_LIB_DIR%%/TODO +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/LICENSE.txt %%GEM_LIB_DIR%%/bin/VERSION %%GEM_LIB_DIR%%/bin/rtags +%%GEM_LIB_DIR%%/test/data/code01.txt +%%GEM_LIB_DIR%%/test/data/fileops.rb +%%GEM_LIB_DIR%%/test/data/report.rb +%%GEM_LIB_DIR%%/test/data/code02.rb +%%GEM_LIB_DIR%%/test/regression/code01.txt.TAGS +%%GEM_LIB_DIR%%/test/regression/report.rb.TAGS.expect +%%GEM_LIB_DIR%%/test/regression/code01.txt.tags +%%GEM_LIB_DIR%%/test/regression/fileops.rb.TAGS.expect +%%GEM_LIB_DIR%%/test/regression/code02.rb.TAGS +%%GEM_LIB_DIR%%/test/regression/code02.rb.tags +%%GEM_LIB_DIR%%/test/regression/code02.rb.tags.expect +%%GEM_LIB_DIR%%/test/regression/code02.rb.TAGS.expect +%%GEM_LIB_DIR%%/test/regression/fileops.rb.tags.expect +%%GEM_LIB_DIR%%/test/regression/report.rb.tags.expect +%%GEM_LIB_DIR%%/test/regression/code01.txt.TAGS.expect +%%GEM_LIB_DIR%%/test/regression/fileops.rb.TAGS +%%GEM_LIB_DIR%%/test/regression/fileops.rb.tags +%%GEM_LIB_DIR%%/test/regression/report.rb.TAGS +%%GEM_LIB_DIR%%/test/regression/report.rb.tags +%%GEM_LIB_DIR%%/test/regression/code01.txt.tags.expect %%GEM_LIB_DIR%%/test/runner.rb @dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%%/test/regression +@dirrm %%GEM_LIB_DIR%%/test/data @dirrm %%GEM_LIB_DIR%%/test @dirrm %%GEM_LIB_DIR%%/scripts @dirrm %%GEM_LIB_DIR%% |