diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-29 18:54:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-29 18:54:12 +0000 |
commit | 6816dbc9b436d606d98d0d90a697034c2bef7b28 (patch) | |
tree | 33b23d796b129039d4c35b879e943d3e5273a0af /devel/perltidy/Makefile | |
parent | 20ba04a6d4e1e0784ed567243241a00114144e6e (diff) |
Notes
Diffstat (limited to 'devel/perltidy/Makefile')
-rw-r--r-- | devel/perltidy/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile index b7e690d46691..9fa1b31b3d17 100644 --- a/devel/perltidy/Makefile +++ b/devel/perltidy/Makefile @@ -7,8 +7,8 @@ # PORTNAME= perltidy -PORTVERSION= 20010304 -CATEGORIES= devel +PORTVERSION= 20010328 +CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ MAINTAINER= ijliao@FreeBSD.org USE_PERL5= yes NO_BUILD= yes -MAN1= perltidy.1 +MAN1= perltidy.1 perl2web.1 post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \ @@ -27,8 +27,10 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/perltidy +.for file in perltidy perl2web tutorial .for ext in html pod txt - ${CP} ${WRKSRC}/docs/*.${ext} ${PREFIX}/share/doc/perltidy/ + ${CP} ${WRKSRC}/docs/${file}.${ext} ${PREFIX}/share/doc/perltidy/ +.endfor .endfor .endif |