diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-09 00:11:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-09 00:11:47 +0000 |
commit | eac6867d0f5cab7514345bf6fd8fec0519d6dbb5 (patch) | |
tree | faf2b5f47a992ec357f260ab1b7b2ac2904d38fd /devel/rubygem-abstract | |
parent | 85d080b14b969d5719c61d57356930fd9402ea04 (diff) | |
download | ports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.tar.gz ports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.zip |
Notes
Diffstat (limited to 'devel/rubygem-abstract')
-rw-r--r-- | devel/rubygem-abstract/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-abstract/pkg-plist | 12 |
2 files changed, 1 insertions, 12 deletions
diff --git a/devel/rubygem-abstract/Makefile b/devel/rubygem-abstract/Makefile index ecdda5cdbcb1..32c27190e664 100644 --- a/devel/rubygem-abstract/Makefile +++ b/devel/rubygem-abstract/Makefile @@ -15,5 +15,6 @@ COMMENT= Define abstract method in Ruby USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> diff --git a/devel/rubygem-abstract/pkg-plist b/devel/rubygem-abstract/pkg-plist deleted file mode 100644 index f9cb2b1f5eea..000000000000 --- a/devel/rubygem-abstract/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%GEM_CACHE%% -%%GEM_LIB_DIR%%/ChangeLog -%%GEM_LIB_DIR%%/README.txt -%%GEM_LIB_DIR%%/lib/abstract.rb -%%GEM_LIB_DIR%%/setup.rb -%%GEM_LIB_DIR%%/test/test.rb -%%GEM_LIB_DIR%%/abstract.gemspec -%%GEM_SPEC%% -@dirrm %%GEM_LIB_DIR%%/test -@dirrm %%GEM_LIB_DIR%%/lib -@dirrm %%GEM_LIB_DIR%% -@dirrm %%GEM_DOC_DIR%% |