diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-08-03 09:40:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-08-03 09:40:53 +0000 |
commit | edaf199b73632ed94768d65c258a8e8475553b51 (patch) | |
tree | 33df79a9d91dba94b87bc02a679de7bb78a4ddf4 /audio | |
parent | Make podbeuter work with the default configuration. (diff) |
- Fix plist problems caused by untested PORTNAME change
PR: ports/115158
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=197012
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-fs/Makefile | 3 | ||||
-rw-r--r-- | audio/amarok-fs/pkg-plist | 32 |
2 files changed, 19 insertions, 16 deletions
diff --git a/audio/amarok-fs/Makefile b/audio/amarok-fs/Makefile index 8a13fc677264..cb873abe1e2f 100644 --- a/audio/amarok-fs/Makefile +++ b/audio/amarok-fs/Makefile @@ -7,6 +7,7 @@ PORTNAME= amarok-fs PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ ${MASTER_SITE_GENTOO} @@ -30,6 +31,8 @@ PORTDOCS= README theme-howto.txt MAKE_ENV+= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++" +DOCSDIR= ${PREFIX}/share/doc/amarokFS + QMAKE= ${LOCALBASE}/bin/qmake -unix -o .include <bsd.port.pre.mk> diff --git a/audio/amarok-fs/pkg-plist b/audio/amarok-fs/pkg-plist index 6d253cd0ea5c..ec1937eb6826 100644 --- a/audio/amarok-fs/pkg-plist +++ b/audio/amarok-fs/pkg-plist @@ -1,19 +1,19 @@ bin/amarokFS -%%DATADIR%%/images/gradient.png -%%DATADIR%%/images/logo.png -%%DATADIR%%/images/logoB.png -%%DATADIR%%/images/player_end.png -%%DATADIR%%/images/player_end2.png -%%DATADIR%%/images/player_pause.png -%%DATADIR%%/images/player_pause2.png -%%DATADIR%%/images/player_play.png -%%DATADIR%%/images/player_play2.png -%%DATADIR%%/images/player_start.png -%%DATADIR%%/images/player_start2.png -%%DATADIR%%/images/player_stop.png -%%DATADIR%%/images/player_stop2.png -%%DATADIR%%/theme.xml +share/amarok-fs/images/gradient.png +share/amarok-fs/images/logo.png +share/amarok-fs/images/logoB.png +share/amarok-fs/images/player_end.png +share/amarok-fs/images/player_end2.png +share/amarok-fs/images/player_pause.png +share/amarok-fs/images/player_pause2.png +share/amarok-fs/images/player_play.png +share/amarok-fs/images/player_play2.png +share/amarok-fs/images/player_start.png +share/amarok-fs/images/player_start2.png +share/amarok-fs/images/player_stop.png +share/amarok-fs/images/player_stop2.png +share/amarok-fs/theme.xml share/applications/amarokFS.desktop share/icons/hicolor/128x128/apps/amarokFS.png -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% +@dirrm share/amarok-fs/images +@dirrm share/amarok-fs |