diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:40:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:40:41 +0800 |
commit | a9ae45702c3b9e3218daa2244c9b0d650705c50b (patch) | |
tree | 0273094973b97444fcf9318ccb9691d6447745b8 | |
parent | ff79eddefbf4142609cf4bf7e744e2a3c713acb7 (diff) | |
download | marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar.gz marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar.bz2 marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar.lz marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar.xz marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.tar.zst marcuscom-ports-a9ae45702c3b9e3218daa2244c9b0d650705c50b.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16127 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/brasero/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index c18451ea2..a8130d6b2 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.87 2011/04/10 20:50:04 mezz Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.88 2011/05/29 05:20:56 marcus Exp $ PORTNAME= brasero PORTVERSION= 2.32.1 @@ -72,5 +72,6 @@ post-patch: ${WRKSRC}/libbrasero-burn/burn-process.c @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/proc/self/fd/0|/dev/fd/0|g' ${WRKSRC}/po/*.po .include <bsd.port.post.mk> |