mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5618ef12a8
- Add a default option called CSSUTIL which installs iconv_mktbl and pulls in perl as a run dependency PR: ports/180877 Submitted by: wg (myself) Approved by: maintainer (timeout)
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
diff --git ccs/Makefile ccs/Makefile
|
|
index b61420c..faffe0f 100644
|
|
--- ccs/Makefile
|
|
+++ ccs/Makefile
|
|
@@ -67,8 +67,6 @@ beforeinstall:
|
|
cd ${.CURDIR}; \
|
|
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m 444 \
|
|
${INSTALLFLAGS} ${CHARSETS_TBL} ${DESTDIR}${TABLEDIR}; \
|
|
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
- iconv_mktbl ${DESTDIR}${BINDIR}
|
|
|
|
CLEANFILES += *.c *.cct
|
|
|