summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-02-27 15:53:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-02-27 15:53:42 +0000
commitc0b9c99fa0efade725da745448f266274dc7f9c4 (patch)
tree54a4bcb1a797eb5ec0c6ed80587059b542024be5 /sysutils
parent- Update to 2005-02-24 snap (diff)
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>
Notes
Notes: svn path=/head/; revision=129897
Diffstat (limited to 'sysutils')
-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.+||; \