diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-28 13:53:54 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-28 13:53:54 +0000 |
commit | 4fa2fecaf912dd98d8d5f656088156749bb3c31f (patch) | |
tree | 9068712e7902b76cdb4333a4e2a24d5e6627894e /chinese | |
parent | 29dc8e2b81667d9c149e3adabf4cd02f04ad9045 (diff) | |
download | ports-4fa2fecaf912dd98d8d5f656088156749bb3c31f.tar.gz ports-4fa2fecaf912dd98d8d5f656088156749bb3c31f.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/unrar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/unrar/Makefile b/chinese/unrar/Makefile index 1eb06ba1b47c..9805dafb7ccb 100644 --- a/chinese/unrar/Makefile +++ b/chinese/unrar/Makefile @@ -14,6 +14,6 @@ MASTERDIR= ${.CURDIR}/../../archivers/unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \ ${.CURDIR}/files/patch-unicode.cpp -.include "${MASTERDIR}/Makefile" - CONFLICTS= unrar-* + +.include "${MASTERDIR}/Makefile" |