summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-03 08:51:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-03 08:51:52 +0000
commit97b0ba16f420a53fe63c4e0c36187d336eb132c7 (patch)
tree9b81daae7ec5541396ffa2756479c69ad09e1959 /textproc
parentRemove pre-compiled i386 executables that come with the distfile (diff)
Create directory etc/sgml before attempting to copy file into it.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=34708
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sgmltools-lite/Makefile3
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