1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

s|bin/bash|bin/sh| for shell scripts

Remove unused knobs
Bump PORTREVISION

PR:		ports/73652
Submitted by:	david@da-quirk.org (maintainer)
Approved by:	adamw (mentor)
This commit is contained in:
Michael Johnson 2004-11-08 03:52:29 +00:00
parent 85ba138c8b
commit 43eff62314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121106

View File

@ -7,7 +7,7 @@
PORTNAME= gtkpod
PORTVERSION= 0.80
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -39,7 +39,7 @@ LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(WITH_AAC) && !defined(WITH_FAAD)
.if !defined(WITH_AAC)
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "To enable AAC support with mpeg4ip define the WITH_AAC knob."
@ -52,6 +52,9 @@ pre-configure:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
${WRKSRC}/po/Makefile.in.in
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
${WRKSRC}/scripts/sync-kaddressbook.sh \
${WRKSRC}/scripts/sync-korganizer.sh
post-install:
.if !defined(NOPORTDOCS)