diff options
author | knu <knu@FreeBSD.org> | 2002-06-11 13:35:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-06-11 13:35:26 +0000 |
commit | 1c3be44ba89d9c817dc5d5598f53a9627f6d671a (patch) | |
tree | 176f3358f003a4a52f553b317b1579f42a67ec14 /graphics | |
parent | 8bb39833f211baeff7cc18797ed8b6a677e089b1 (diff) | |
download | FreeBSD-ports-1c3be44ba89d9c817dc5d5598f53a9627f6d671a.zip FreeBSD-ports-1c3be44ba89d9c817dc5d5598f53a9627f6d671a.tar.gz |
Install the COPYING file. The terms are BSD-type but not identical to
those of the BSD license.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-imlib2/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-imlib2/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index 4be0425..8fd012c 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= imlib2 PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= graphics 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 TODO doc +DOCS= AUTHORS COPYING ChangeLog README TODO doc post-install: .if !defined(NOPORTDOCS) diff --git a/graphics/ruby-imlib2/pkg-plist b/graphics/ruby-imlib2/pkg-plist index d1d42cd..ab09968 100644 --- a/graphics/ruby-imlib2/pkg-plist +++ b/graphics/ruby-imlib2/pkg-plist @@ -15,6 +15,7 @@ %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/imlib2/images %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/imlib2 %%PORTDOCS%%%%RUBY_DOCDIR%%/imlib2/AUTHORS +%%PORTDOCS%%%%RUBY_DOCDIR%%/imlib2/COPYING %%PORTDOCS%%%%RUBY_DOCDIR%%/imlib2/ChangeLog %%PORTDOCS%%%%RUBY_DOCDIR%%/imlib2/README %%PORTDOCS%%%%RUBY_DOCDIR%%/imlib2/TODO |