diff options
Diffstat (limited to 'textproc/perl2html')
-rw-r--r-- | textproc/perl2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/perl2html/pkg-plist | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/perl2html/Makefile b/textproc/perl2html/Makefile index 265aebbe16d8..ba13a947c74d 100644 --- a/textproc/perl2html/Makefile +++ b/textproc/perl2html/Makefile @@ -7,6 +7,7 @@ PORTNAME= perl2html PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters @@ -20,9 +21,9 @@ MAN1= perl2html.1 .if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${PREFIX}/share/doc/perl2html + ${MKDIR} ${DOCSDIR} .for file in AUTHORS NEWS README - ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/perl2html + ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/textproc/perl2html/pkg-plist b/textproc/perl2html/pkg-plist index 0a3ed0d511ff..30c73ef1b907 100644 --- a/textproc/perl2html/pkg-plist +++ b/textproc/perl2html/pkg-plist @@ -1,5 +1,5 @@ bin/perl2html -share/doc/perl2html/AUTHORS -share/doc/perl2html/NEWS -share/doc/perl2html/README -@dirrm share/doc/perl2html +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |