diff options
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r-- | editors/le/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index 541f17373196..55ca64406d01 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -7,7 +7,7 @@ # PORTNAME= le -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ @@ -21,9 +21,9 @@ MAN1= le.1 post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/le + @${MKDIR} ${DOCSDIR} .for file in FEATURES HISTORY NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/le + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |