diff options
author | asami <asami@FreeBSD.org> | 2000-11-03 16:51:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-03 16:51:52 +0800 |
commit | b2f02a3ee58b6b8d27ac1e58f6ff08410f72211c (patch) | |
tree | cb3b58772c4f460f45920977800f2d6f4445f7d1 /textproc | |
parent | 509f073308ef3c7e63000a256aa9cc12fe1a2eb0 (diff) | |
download | freebsd-ports-gnome-b2f02a3ee58b6b8d27ac1e58f6ff08410f72211c.tar.gz freebsd-ports-gnome-b2f02a3ee58b6b8d27ac1e58f6ff08410f72211c.tar.zst freebsd-ports-gnome-b2f02a3ee58b6b8d27ac1e58f6ff08410f72211c.zip |
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 |