diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:27 +0000 |
commit | 2da9b8c12a9b8f91d8c3f6eb07b2152a04b1f8d0 (patch) | |
tree | 7df8526e0047a250f80ff4e2cafda1f35d5b6ca1 /chinese | |
parent | 01720606deecef66264a1866200604aff4b973d7 (diff) | |
download | ports-2da9b8c12a9b8f91d8c3f6eb07b2152a04b1f8d0.tar.gz ports-2da9b8c12a9b8f91d8c3f6eb07b2152a04b1f8d0.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/unrar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/unrar/Makefile b/chinese/unrar/Makefile index 7212c8fbd864..c7ca793193d4 100644 --- a/chinese/unrar/Makefile +++ b/chinese/unrar/Makefile @@ -10,6 +10,6 @@ MASTERDIR= ${.CURDIR}/../../archivers/unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \ ${.CURDIR}/files/patch-unicode.cpp -CONFLICTS_INSTALL= unrar-[0-9]* unrar-iconv-[0-9]* +CONFLICTS_INSTALL= unrar unrar-iconv .include "${MASTERDIR}/Makefile" |