diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-11 13:35:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-06-11 13:35:26 +0000 |
commit | 1b0aea36b2e5f697671eddec3556aa5d41dd01fb (patch) | |
tree | 169a2603a9dde28f4d7ff55b86402d81ba5de26a /audio | |
parent | o Update to 1.0.2 (diff) |
Install the COPYING file. The terms are BSD-type but not identical to
those of the BSD license.
Notes
Notes:
svn path=/head/; revision=61111
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-xmms/Makefile | 3 | ||||
-rw-r--r-- | audio/ruby-xmms/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile index c0832879d4d4..b136178d4306 100644 --- a/audio/ruby-xmms/Makefile +++ b/audio/ruby-xmms/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= audio ruby MASTER_SITES= http://www.pablotron.org/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS= AUTHORS ChangeLog README doc +DOCS= AUTHORS COPYING ChangeLog README doc post-install: .if !defined(NOPORTDOCS) diff --git a/audio/ruby-xmms/pkg-plist b/audio/ruby-xmms/pkg-plist index 991382f49d8d..32471e132eee 100644 --- a/audio/ruby-xmms/pkg-plist +++ b/audio/ruby-xmms/pkg-plist @@ -3,6 +3,7 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xmms/xmms_test.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xmms %%PORTDOCS%%%%RUBY_DOCDIR%%/xmms/AUTHORS +%%PORTDOCS%%%%RUBY_DOCDIR%%/xmms/COPYING %%PORTDOCS%%%%RUBY_DOCDIR%%/xmms/ChangeLog %%PORTDOCS%%%%RUBY_DOCDIR%%/xmms/README %%PORTDOCS%%%%RUBY_DOCDIR%%/xmms/doc/classes/Xmms.html |