aboutsummaryrefslogtreecommitdiff
path: root/devel/perltidy/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-17 17:01:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-17 17:01:58 +0000
commit644d998afd0e5d9069d4df588f203b16fa19868d (patch)
treede384cf5033a53ade77d0703b828775071c42ac6 /devel/perltidy/Makefile
parent3af5838e742f6f22fb36c9b47ef70780844e7ed0 (diff)
downloadports-644d998afd0e5d9069d4df588f203b16fa19868d.tar.gz
ports-644d998afd0e5d9069d4df588f203b16fa19868d.zip
Notes
Diffstat (limited to 'devel/perltidy/Makefile')
-rw-r--r--devel/perltidy/Makefile4
1 files changed, 2 insertions, 2 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