aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-02-27 23:53:42 +0800
committerlioux <lioux@FreeBSD.org>2005-02-27 23:53:42 +0800
commit8172e265155bebf1f19396afc684c09f755a5485 (patch)
treee965c89335ceac63795679b7e01d4f54d8a62e99
parent50e92a57957d836c05fb223883378e595c3787d1 (diff)
downloadfreebsd-ports-gnome-8172e265155bebf1f19396afc684c09f755a5485.tar.gz
freebsd-ports-gnome-8172e265155bebf1f19396afc684c09f755a5485.tar.zst
freebsd-ports-gnome-8172e265155bebf1f19396afc684c09f755a5485.zip
o Fix source code typo which prevented vobcopy from detecting the
correct device (appropriate for a mount point) under FreeBSD 5.x branch o Bump PORTREVISION PR: 76378 Submitted by: Nate Eldredge <nge@cs.hmc.edu>
-rw-r--r--sysutils/vobcopy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile
index 6f02391fc34f..8ffa1e0d454f 100644
--- a/sysutils/vobcopy/Makefile
+++ b/sysutils/vobcopy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vobcopy
PORTVERSION= 0.5.14
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://lpn.rnbhq.org/download/
@@ -48,6 +49,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|#include <stdint.h>||' \
${WRKSRC}/vobcopy.c
.endif
+# fix typo
+ @${REINPLACE_CMD} -E \
+ -e 's|FreeBSD_Version|FreeBSD_version|' \
+ ${WRKSRC}/dvd.c
post-configure:
@${REINPLACE_CMD} -E -e 's|^CC.+||; s|^PREFIX.+||; \