aboutsummaryrefslogtreecommitdiff
path: root/audio/sound-juicer/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-01-29 17:36:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-01-29 17:36:59 +0000
commit10d5a5ff47639d3e6d3c3ff5bc489e6cc5bde016 (patch)
treec93f042d1ba2ecdcd1cb27f684e754ccb590b507 /audio/sound-juicer/Makefile
parent210cf6367b70a736ce3e3fada557b8fb8c8edfd3 (diff)
Notes
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r--audio/sound-juicer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile
index 9b3e5ad8c8ce..959068f907ab 100644
--- a/audio/sound-juicer/Makefile
+++ b/audio/sound-juicer/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sound-juicer
-PORTVERSION= 2.16.2
+PORTVERSION= 2.16.3
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -34,11 +34,11 @@ INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAN1= sound-juicer.1
GCONF_SCHEMAS= sound-juicer.schemas
post-patch:
- @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|--parents|-p|g' \
- ${WRKSRC}/data/Makefile.in
+ @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>