diff options
-rw-r--r-- | textproc/sgmltools-lite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |