diff options
author | garga <garga@FreeBSD.org> | 2006-08-07 19:32:33 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-07 19:32:33 +0800 |
commit | c20f2a04cdd4567f5582076a719a403ff051ac21 (patch) | |
tree | 0e91cbefda7724dc0872e4838cb28910a4a56151 /multimedia | |
parent | 6a63810abc0daf2d0a547f84a245cf0f27b2f93e (diff) | |
download | freebsd-ports-gnome-c20f2a04cdd4567f5582076a719a403ff051ac21.tar.gz freebsd-ports-gnome-c20f2a04cdd4567f5582076a719a403ff051ac21.tar.zst freebsd-ports-gnome-c20f2a04cdd4567f5582076a719a403ff051ac21.zip |
- Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist
- Bump PORTREVISION
- Use USE_LDCONFIG instead INSTALLS_SHLIB
PR: ports/101507
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Stepan Zastupov <redchrom at gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 3 | ||||
-rw-r--r-- | multimedia/audacious-plugins/pkg-plist | 2 | ||||
-rw-r--r-- | multimedia/audacious/Makefile | 3 | ||||
-rw-r--r-- | multimedia/audacious/pkg-plist | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 5d2f9781774c..499547660f2f 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -27,7 +28,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \ INPUT_PLUGINS="${INPUT_PLUGINS}" \ diff --git a/multimedia/audacious-plugins/pkg-plist b/multimedia/audacious-plugins/pkg-plist index 3694bb5a8932..94f44dc48b6a 100644 --- a/multimedia/audacious-plugins/pkg-plist +++ b/multimedia/audacious-plugins/pkg-plist @@ -112,3 +112,5 @@ share/locale/zh_TW/LC_MESSAGES/audacious.mo @dirrm lib/audacious @dirrm include/audacious @dirrmtry share/applications +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 5d2f9781774c..499547660f2f 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -7,6 +7,7 @@ PORTNAME= audacious PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -27,7 +28,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \ INPUT_PLUGINS="${INPUT_PLUGINS}" \ diff --git a/multimedia/audacious/pkg-plist b/multimedia/audacious/pkg-plist index 3694bb5a8932..94f44dc48b6a 100644 --- a/multimedia/audacious/pkg-plist +++ b/multimedia/audacious/pkg-plist @@ -112,3 +112,5 @@ share/locale/zh_TW/LC_MESSAGES/audacious.mo @dirrm lib/audacious @dirrm include/audacious @dirrmtry share/applications +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br |