diff options
-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> |