diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 23:35:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-07 23:35:00 +0000 |
commit | 93d43036212f2b074228ee993b45ec5e52565846 (patch) | |
tree | 531ca8a462a20b40bc4f26896be6726f84ec6c0c /chinese | |
parent | Rename patches/patch.1 to files/extra-patch.1. This file is an extra patch. (diff) |
Rename patches/xmms-1.2.x-xfont.diff to files/extra-patch-xmms-1.2.x-xfont.
This patch is applied explicitly.
Notes
Notes:
svn path=/head/; revision=33494
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xmms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xmms/Makefile b/chinese/xmms/Makefile index 048249007df8..bf865c2e997f 100644 --- a/chinese/xmms/Makefile +++ b/chinese/xmms/Makefile @@ -16,6 +16,6 @@ RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/ pre-patch: @( cd ${WRKSRC}; \ - ${PATCH} -sp1 < ${.CURDIR}/patches/xmms-1.2.x-xfont.diff ; ) + ${PATCH} -sp1 < ${.CURDIR}/files/extra-patch-xmms-1.2.x-xfont ; ) .include "${MASTERDIR}/Makefile" |