337f9e9d28
- Use CONFLICTS_INSTALL instead off CONFLICTS
15 lines
349 B
Makefile
15 lines
349 B
Makefile
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
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]*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|