summaryrefslogtreecommitdiff
path: root/sysutils/dvd+rw-tools
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-11-12 13:30:23 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-11-12 13:30:23 +0000
commita09f1dfd35977d80673020e2369fa12b14554304 (patch)
tree8f0a5cb58d4a1e6f85e78e656436b69404721e19 /sysutils/dvd+rw-tools
parentFix bootstrap jdk detection process, so it work in case if no valid jdk (diff)
prevent to add -O2.
Notes
Notes: svn path=/head/; revision=93812
Diffstat (limited to 'sysutils/dvd+rw-tools')
-rw-r--r--sysutils/dvd+rw-tools/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile
index fb35b1fc1b7d..2770dc8a5ccf 100644
--- a/sysutils/dvd+rw-tools/Makefile
+++ b/sysutils/dvd+rw-tools/Makefile
@@ -15,11 +15,16 @@ COMMENT= DVD burning software
RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/mkisofs
+USE_REINPLACE= yes
+
MAN1= growisofs.1
# This software is installed setuid-root (mode 4755) by default under Linux.
INSTALL_TARGET= BIN_MODE=00755 install
+post-patch:
+ ${REINPLACE_CMD} -e 's/-O2//' ${WRKSRC}/Makefile.m4
+
post-install:
${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${MANPREFIX}/man/man1/
.if !defined(NOPORTDOCS)