diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 08:51:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 08:51:52 +0000 |
commit | 97b0ba16f420a53fe63c4e0c36187d336eb132c7 (patch) | |
tree | 9b81daae7ec5541396ffa2756479c69ad09e1959 /textproc | |
parent | Remove pre-compiled i386 executables that come with the distfile (diff) |
Create directory etc/sgml before attempting to copy file into it.
Submitted by: bento
Diffstat (limited to 'textproc')
-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 |