diff options
author | osa <osa@FreeBSD.org> | 2003-10-21 19:24:02 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-21 19:24:02 +0800 |
commit | a0835d3ad87a13f3b4ca64fd2e938979c5e829be (patch) | |
tree | 90771716689b4eb415d11ff7bd47694ee1207abe /audio/libshout | |
parent | bfbfc0749dbeb91b1b28fe6a60cbfda77924d06a (diff) | |
download | freebsd-ports-gnome-a0835d3ad87a13f3b4ca64fd2e938979c5e829be.tar.gz freebsd-ports-gnome-a0835d3ad87a13f3b4ca64fd2e938979c5e829be.tar.zst freebsd-ports-gnome-a0835d3ad87a13f3b4ca64fd2e938979c5e829be.zip |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Diffstat (limited to 'audio/libshout')
-rw-r--r-- | audio/libshout/pkg-plist | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/audio/libshout/pkg-plist b/audio/libshout/pkg-plist index 4b771016fcc8..79fb2776eac0 100644 --- a/audio/libshout/pkg-plist +++ b/audio/libshout/pkg-plist @@ -3,32 +3,32 @@ lib/libshout.so.2 lib/libshout.so lib/libshout.la lib/libshout.a -share/doc/libshout-%%PORTVERSION%%/index.html -share/doc/libshout-%%PORTVERSION%%/overview.html -share/doc/libshout-%%PORTVERSION%%/initialization.html -share/doc/libshout-%%PORTVERSION%%/connection.html -share/doc/libshout-%%PORTVERSION%%/datastreaming.html -share/doc/libshout-%%PORTVERSION%%/metadata.html -share/doc/libshout-%%PORTVERSION%%/datastructures.html -share/doc/libshout-%%PORTVERSION%%/shout_conn_t.html -share/doc/libshout-%%PORTVERSION%%/shout_connect.html -share/doc/libshout-%%PORTVERSION%%/shout_disconnect.html -share/doc/libshout-%%PORTVERSION%%/shout_sleep.html -share/doc/libshout-%%PORTVERSION%%/shout_init_connection.html -share/doc/libshout-%%PORTVERSION%%/shout_send_data.html -share/doc/libshout-%%PORTVERSION%%/shout_update_metadata.html -share/doc/libshout-%%PORTVERSION%%/style.css -share/doc/libshout-%%PORTVERSION%%/example.html -share/doc/libshout-%%PORTVERSION%%/example_c.html -share/doc/libshout-%%PORTVERSION%%/reference.html -share/doc/libshout-%%PORTVERSION%%/errorhandling.html -share/doc/libshout-%%PORTVERSION%%/shout_strerror.html -share/doc/libshout-%%PORTVERSION%%/README -share/doc/libshout-%%PORTVERSION%%/AUTHORS -share/doc/libshout-%%PORTVERSION%%/COPYING -share/doc/libshout-%%PORTVERSION%%/CHANGES +%%DOCSDIR%%-%%PORTVERSION%%/index.html +%%DOCSDIR%%-%%PORTVERSION%%/overview.html +%%DOCSDIR%%-%%PORTVERSION%%/initialization.html +%%DOCSDIR%%-%%PORTVERSION%%/connection.html +%%DOCSDIR%%-%%PORTVERSION%%/datastreaming.html +%%DOCSDIR%%-%%PORTVERSION%%/metadata.html +%%DOCSDIR%%-%%PORTVERSION%%/datastructures.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_conn_t.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_connect.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_disconnect.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_sleep.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_init_connection.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_send_data.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_update_metadata.html +%%DOCSDIR%%-%%PORTVERSION%%/style.css +%%DOCSDIR%%-%%PORTVERSION%%/example.html +%%DOCSDIR%%-%%PORTVERSION%%/example_c.html +%%DOCSDIR%%-%%PORTVERSION%%/reference.html +%%DOCSDIR%%-%%PORTVERSION%%/errorhandling.html +%%DOCSDIR%%-%%PORTVERSION%%/shout_strerror.html +%%DOCSDIR%%-%%PORTVERSION%%/README +%%DOCSDIR%%-%%PORTVERSION%%/AUTHORS +%%DOCSDIR%%-%%PORTVERSION%%/COPYING +%%DOCSDIR%%-%%PORTVERSION%%/CHANGES share/examples/libshout-%%PORTVERSION%%/Makefile share/examples/libshout-%%PORTVERSION%%/example.c @dirrm include/shout -@dirrm share/doc/libshout-%%PORTVERSION%% +@dirrm %%DOCSDIR%%-%%PORTVERSION%% @dirrm share/examples/libshout-%%PORTVERSION%% |