diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-04-24 18:18:38 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-04-24 18:18:38 +0000 |
commit | 970cab96577fa10b87d77d90de249805e2eb62b7 (patch) | |
tree | b571fd04462d7368eb9ebf05ba6425c90d15561a /audio/spek/Makefile | |
parent | Remove portbuild scripts from pcvs, as they now live in svn/projects. (diff) |
- Update to 0.7
PR: ports/156613
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=273140
Diffstat (limited to '')
-rw-r--r-- | audio/spek/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 8236bf9a7489..c0bf3b551ce4 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spek -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,9 +15,12 @@ COMMENT= Acoustic spectrum analyser LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +MAN1= spek.1 + USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 desktopfileutils +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes @@ -25,4 +28,7 @@ MAKE_JOBS_SAFE= yes post-install: -@update-desktop-database +post-patch: + @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" ${WRKSRC}/po/Makefile.in.in + .include <bsd.port.mk> |