mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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>
This commit is contained in:
parent
67a6106904
commit
c0b9c99fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129897
@ -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.+||; \
|
||||
|
Loading…
Reference in New Issue
Block a user