aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2009-11-30 00:17:35 +0800
committerkwm <kwm@FreeBSD.org>2009-11-30 00:17:35 +0800
commit2150614e9ac9e0186518def7a49f3294eedc0035 (patch)
tree256cf5eecdc311b18249fd0a4a01733baf6a8ad3 /sysutils
parent1d7395e9f87d802c6969cfe27f0433fe9622279e (diff)
downloadfreebsd-ports-gnome-2150614e9ac9e0186518def7a49f3294eedc0035.tar.gz
freebsd-ports-gnome-2150614e9ac9e0186518def7a49f3294eedc0035.tar.zst
freebsd-ports-gnome-2150614e9ac9e0186518def7a49f3294eedc0035.zip
Fix packaging. Make sure we always install the cdio_cdda and cio_cdparanoia .pc
files. Approved by: maintainer (by email)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libcdio/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index 2c0343697bb0..26f4fd8a282c 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -6,6 +6,7 @@
PORTNAME= libcdio
PORTVERSION= 0.82
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
@@ -39,13 +40,8 @@ _MANPAGES+= ${_MAN1:S%^%${MAN1PREFIX}/man/${lang}/man1/%}
.endfor
post-patch:
-.ifdef(WITH_PARANOIA)
${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
${WRKSRC}/src/cd-paranoia/doc/ja/Makefile.in
-.else
- ${REINPLACE_CMD} -e 's|libcdio_paranoia.pc||; s|libcdio_cdda.pc||' \
- ${WRKSRC}/Makefile.in
-.endif
${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd*," ${WRKSRC}/configure
.include <bsd.port.post.mk>