diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 11:24:02 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-21 11:24:02 +0000 |
commit | 253384a218ee1323bba72f491b4675d48fe89937 (patch) | |
tree | cb339985f827d89612aee773e19badff1d7b4949 /audio/libshout | |
parent | e465fb92fb18e909ad2e0a5a1c02d319f594bc48 (diff) |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Notes
Notes:
svn path=/head/; revision=91809
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%% |