aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgmls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/sgmls/Makefile')
-rw-r--r--textproc/sgmls/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/sgmls/Makefile b/textproc/sgmls/Makefile
index 44b6f4d7c8b4..be15c915dd3c 100644
--- a/textproc/sgmls/Makefile
+++ b/textproc/sgmls/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sgmls
PORTVERSION= 1.1.91
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.jclark.com/pub/sgmls/
EXTRACT_SUFX= .tar.Z
@@ -32,9 +33,9 @@ post-build:
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
- @-${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+ @-${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif