diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-16 16:47:00 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-16 16:47:00 +0000 |
commit | 1cc9fcd1c758b73cdef7e674d4a87094e2d029f8 (patch) | |
tree | 3b8ea3a783597953a4328bd04ea5a6b9b48b5db6 /graphics/xv | |
parent | 64dd85b7102fec072719d77c187a1c919d432ec2 (diff) |
Notes
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 43aa592bc13d..afbccf244266 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -42,7 +42,7 @@ DESCR= ${FILESDIR}/pkg-descr .endif pre-patch: - ${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt + ${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt post-patch: ${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" \ |