diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 08:43:25 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-22 08:43:25 +0000 |
commit | 60e5ca2a92a84945a7d012cf5d796c2f51c954d1 (patch) | |
tree | 979aa7e0e323c29e64a8cd8d5374cbda7b92d95d /textproc/perl2html | |
parent | 29da39342a392f5d22702e03a886c17de7f2d388 (diff) |
Notes
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%% |