From 97b0ba16f420a53fe63c4e0c36187d336eb132c7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 3 Nov 2000 08:51:52 +0000 Subject: Create directory etc/sgml before attempting to copy file into it. Submitted by: bento --- textproc/sgmltools-lite/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc') diff --git a/textproc/sgmltools-lite/Makefile b/textproc/sgmltools-lite/Makefile index 257fd86ee7ae..8e4ae344d9d8 100644 --- a/textproc/sgmltools-lite/Makefile +++ b/textproc/sgmltools-lite/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml pre-configure: ${RM} -f ${WRKSRC}/config.cache +pre-install: + ${MKDIR} ${PREFIX}/etc/sgml + post-install: ${ECHO} "3.0.0" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION -- cgit v1.2.3