aboutsummaryrefslogtreecommitdiff
path: root/devel/perltidy/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-05 06:35:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-09-05 06:35:03 +0000
commitde9b809d86d8a63b8fc86dae279d4bda0f37584e (patch)
tree8c358c2239bd2e5082e3e5e809489468cd90dedc /devel/perltidy/Makefile
parente6ce194ecb14268702d5cb4a7f157528c7fa4f6c (diff)
downloadports-de9b809d86d8a63b8fc86dae279d4bda0f37584e.tar.gz
ports-de9b809d86d8a63b8fc86dae279d4bda0f37584e.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 3f67b41ad906..ce8b6a420e03 100644
--- a/devel/perltidy/Makefile
+++ b/devel/perltidy/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= perltidy
-PORTVERSION= 20010731
+PORTVERSION= 20010903
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,7 +27,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ChangeLog perl2web perltidy tutorial
+.for file in BUGS ChangeLog perl2web perltidy tutorial
.for ext in html txt
${INSTALL_DATA} ${WRKSRC}/docs/${file}.${ext} ${DOCSDIR}
.endfor