diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-27 18:21:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-27 18:21:14 +0000 |
commit | a7d85334b8ffb6e9771c13c57e128503c31f2866 (patch) | |
tree | e98ac5cbaa4b14aa5aa48e2718319b71e38b1d45 /graphics/libdvdcss/Makefile | |
parent | Don't compile jikes with '-O' because that makes core dumps more likely. (diff) |
o Update to 1.2.2
o USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=65109
Diffstat (limited to 'graphics/libdvdcss/Makefile')
-rw-r--r-- | graphics/libdvdcss/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/libdvdcss/Makefile b/graphics/libdvdcss/Makefile index 35299700714d..77c8a2a93f7f 100644 --- a/graphics/libdvdcss/Makefile +++ b/graphics/libdvdcss/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libdvdcss -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -17,9 +17,10 @@ MAINTAINER= lioux@FreeBSD.org USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/ioctl.c .include <bsd.port.mk> |