diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-18 12:46:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-06-18 12:46:36 +0000 |
commit | f77214e713aaf7c66f85ea971e39ae028a7f1b03 (patch) | |
tree | f60db8274e32e2ff7865782dba7a63f18f43ab7f /textproc/p5-PerlPoint-Package/Makefile | |
parent | 92e46549e8b663cb9ff37e0bc6725b68f475a501 (diff) |
Notes
Diffstat (limited to 'textproc/p5-PerlPoint-Package/Makefile')
-rw-r--r-- | textproc/p5-PerlPoint-Package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile index cfa86b9d64de..0ffafc8ae658 100644 --- a/textproc/p5-PerlPoint-Package/Makefile +++ b/textproc/p5-PerlPoint-Package/Makefile @@ -33,6 +33,8 @@ MAN3= PerlPoint::Anchors.3 \ PerlPoint::Tags::SDF.3 .if !defined(NOPORTDOCS) +PORTDOCS= # suck all DOCSDIR + post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR} |