diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-11-29 16:17:35 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-11-29 16:17:35 +0000 |
commit | 238caa1b3445fdbaa3018a7e291df95def91f633 (patch) | |
tree | 16950d60f6696164a1191a521715dba1bcc6e57d /sysutils | |
parent | Bump libcio shlib version again to .12. It got lost in the gnome 2.28 import (diff) |
Fix packaging. Make sure we always install the cdio_cdda and cio_cdparanoia .pc
files.
Approved by: maintainer (by email)
Notes
Notes:
svn path=/head/; revision=244982
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libcdio/Makefile | 6 |
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> |