From 44c4ef6376bda64002f88a6367e5e37d6ef235f2 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 27 Jul 2003 17:24:26 +0000 Subject: Fix install by generating the plist during the pre-install phase. Reported by: bento via kris --- textproc/bedic-data/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/bedic-data/Makefile b/textproc/bedic-data/Makefile index a56241e78955..ced89bbd3b69 100644 --- a/textproc/bedic-data/Makefile +++ b/textproc/bedic-data/Makefile @@ -28,8 +28,10 @@ pre-fetch: @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" @${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}" +pre-install: + @${ECHO_CMD} ${DICTIONARIES} | ${TR} ' ' '\n' | ${SED} 's,^,share/,' > ${PLIST} + do-install: - ${ECHO_CMD} ${DICTIONARIES} | ${TR} ' ' '\n' | ${SED} 's,^,share/,' > ${PLIST} ${MKDIR} ${DICT_DIR} ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${DICT_DIR}/ -- cgit