diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-17 17:01:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-17 17:01:58 +0000 |
commit | 644d998afd0e5d9069d4df588f203b16fa19868d (patch) | |
tree | de384cf5033a53ade77d0703b828775071c42ac6 | |
parent | 3af5838e742f6f22fb36c9b47ef70780844e7ed0 (diff) | |
download | freebsd-ports-644d998afd0e5d9069d4df588f203b16fa19868d.zip |
upgrade to 20010617
-rw-r--r-- | devel/perltidy/Makefile | 4 | ||||
-rw-r--r-- | devel/perltidy/distinfo | 2 | ||||
-rw-r--r-- | devel/perltidy/pkg-plist | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/devel/perltidy/Makefile b/devel/perltidy/Makefile index db2d4e2a6e09..0c311a940c41 100644 --- a/devel/perltidy/Makefile +++ b/devel/perltidy/Makefile @@ -7,7 +7,7 @@ # PORTNAME= perltidy -PORTVERSION= 20010608 +PORTVERSION= 20010617 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,7 +28,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/perltidy .for file in perltidy perl2web tutorial -.for ext in html pod txt +.for ext in html txt ${CP} ${WRKSRC}/docs/${file}.${ext} ${PREFIX}/share/doc/perltidy/ .endfor .endfor diff --git a/devel/perltidy/distinfo b/devel/perltidy/distinfo index 2c2c22bc9423..55c2e195343e 100644 --- a/devel/perltidy/distinfo +++ b/devel/perltidy/distinfo @@ -1 +1 @@ -MD5 (perltidy-20010608.tgz) = 405d515b2556e682148ed28514250cf6 +MD5 (perltidy-20010617.tgz) = 25c6cf55e4a99d10ef4780c5206ad9c4 diff --git a/devel/perltidy/pkg-plist b/devel/perltidy/pkg-plist index 0ee72eecb70d..be1ff82aa896 100644 --- a/devel/perltidy/pkg-plist +++ b/devel/perltidy/pkg-plist @@ -1,11 +1,8 @@ bin/perltidy %%PORTDOCS%%share/doc/perltidy/perl2web.html -%%PORTDOCS%%share/doc/perltidy/perl2web.pod %%PORTDOCS%%share/doc/perltidy/perl2web.txt %%PORTDOCS%%share/doc/perltidy/perltidy.html -%%PORTDOCS%%share/doc/perltidy/perltidy.pod %%PORTDOCS%%share/doc/perltidy/perltidy.txt %%PORTDOCS%%share/doc/perltidy/tutorial.html -%%PORTDOCS%%share/doc/perltidy/tutorial.pod %%PORTDOCS%%share/doc/perltidy/tutorial.txt %%PORTDOCS%%@dirrm share/doc/perltidy |