diff options
author | knu <knu@FreeBSD.org> | 2002-06-11 21:35:26 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-11 21:35:26 +0800 |
commit | 1c3be44ba89d9c817dc5d5598f53a9627f6d671a (patch) | |
tree | 176f3358f003a4a52f553b317b1579f42a67ec14 /audio/ruby-xmms | |
parent | 8bb39833f211baeff7cc18797ed8b6a677e089b1 (diff) | |
download | freebsd-ports-gnome-1c3be44ba89d9c817dc5d5598f53a9627f6d671a.tar.gz freebsd-ports-gnome-1c3be44ba89d9c817dc5d5598f53a9627f6d671a.tar.zst freebsd-ports-gnome-1c3be44ba89d9c817dc5d5598f53a9627f6d671a.zip |
Install the COPYING file. The terms are BSD-type but not identical to
those of the BSD license.
Diffstat (limited to 'audio/ruby-xmms')
-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 |