aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PerlPoint-Package/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-06-08 13:36:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-06-08 13:36:18 +0000
commit55995d53dca2de0b95716d35c73b8585e8b071d7 (patch)
tree3a88f94e09ebfed519ccef7953eba326ab9834ae /textproc/p5-PerlPoint-Package/Makefile
parent37306f248596083f6e5000fd4b381cf796d51d54 (diff)
downloadports-55995d53dca2de0b95716d35c73b8585e8b071d7.tar.gz
ports-55995d53dca2de0b95716d35c73b8585e8b071d7.zip
Notes
Diffstat (limited to 'textproc/p5-PerlPoint-Package/Makefile')
-rw-r--r--textproc/p5-PerlPoint-Package/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile
index 43cde762d067..cfa86b9d64de 100644
--- a/textproc/p5-PerlPoint-Package/Makefile
+++ b/textproc/p5-PerlPoint-Package/Makefile
@@ -7,6 +7,7 @@
PORTNAME= PerlPoint-Package
PORTVERSION= 0.39
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PerlPoint
@@ -33,8 +34,11 @@ MAN3= PerlPoint::Anchors.3 \
.if !defined(NOPORTDOCS)
post-install:
+ @${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR}
@cd ${WRKSRC}; ${FIND} utilities | ${CPIO} -padm ${DOCSDIR}
+ @${MKDIR} ${EXAMPLESDIR}
+ @cd ${WRKSRC}/demo; ${FIND} . | ${CPIO} -padm ${EXAMPLESDIR}
.endif
.include <bsd.port.pre.mk>