diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-18 07:12:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-18 07:12:11 +0000 |
commit | 5af2cac0e6cadafa36aaa6cc99ff5b4080e36686 (patch) | |
tree | f221a00db540bb9239ddf4364350c9d80e54fd59 /sysutils/brasero | |
parent | 9f65fed3ac48b265f989efb813e34a90f1bca518 (diff) |
Notes
Diffstat (limited to 'sysutils/brasero')
-rw-r--r-- | sysutils/brasero/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 13a5d717b95d..185c34b8ff41 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -34,8 +34,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ MAN1= brasero.1 GCONF_SCHEMAS= brasero.schemas -post-patch: - @${REINPLACE_CMD} -e 's|blank-cd:|blank-cd;|g' \ - ${WRKSRC}/data/brasero.desktop.in.in - .include <bsd.port.mk> |