diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-06-28 14:21:04 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-06-28 14:21:04 +0000 |
commit | e05981cf79a499d74e370e31198efb1378d53056 (patch) | |
tree | d7694ffe71b772ef4726c8a2772e221bb80a6161 /japanese/eblook | |
parent | fb6b217383c10f1ccc45503c415733683c92da2f (diff) | |
download | ports-e05981cf79a499d74e370e31198efb1378d53056.tar.gz ports-e05981cf79a499d74e370e31198efb1378d53056.zip |
Fix reinstall-problem.
PR: ports/28481
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Notes
Notes:
svn path=/head/; revision=44527
Diffstat (limited to 'japanese/eblook')
-rw-r--r-- | japanese/eblook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 18dc20cfb846..2ec82cac5dc3 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -24,7 +24,7 @@ PLIST_SUB= DOCDIR=${DOCDIR} post-install: .if !defined(NOPORTDOCS) - @[ ! -d ${PREFIX}/${DOCDIR} ] && ${MKDIR} ${PREFIX}/${DOCDIR} + @${MKDIR} ${PREFIX}/${DOCDIR} @for i in AUTHORS COPYING ChangeLog NEWS README ; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\ done |