aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Incomplete/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-10-12 10:06:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-10-12 10:06:48 +0000
commitba22160cc26a24c89105813937319b436d480679 (patch)
treeaab98dc23f59b9ee10de81af609023038555b575 /devel/p5-DateTime-Incomplete/Makefile
parentc047583a8ce29941a7d64538c18a63798a058c17 (diff)
downloadports-ba22160cc26a24c89105813937319b436d480679.tar.gz
ports-ba22160cc26a24c89105813937319b436d480679.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-Incomplete/Makefile')
-rw-r--r--devel/p5-DateTime-Incomplete/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Incomplete/Makefile b/devel/p5-DateTime-Incomplete/Makefile
index f2f8236f4b55..2d6e48560cfe 100644
--- a/devel/p5-DateTime-Incomplete/Makefile
+++ b/devel/p5-DateTime-Incomplete/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= DateTime-Incomplete
-PORTVERSION= 0.01.01
+PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
+#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= An incomplete DateTime, like January 5
@@ -25,4 +25,13 @@ PERL_CONFIGURE= yes
MAN3= DateTime::Incomplete.3
+.if !defined(NOPORTDOCS)
+PORTDOCS= Changes README TODO
+
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+.endif
+
.include <bsd.port.mk>