diff options
Diffstat (limited to 'textproc/sdf/Makefile')
-rw-r--r-- | textproc/sdf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/sdf/Makefile b/textproc/sdf/Makefile index 5dbb2f389086..b7e573744559 100644 --- a/textproc/sdf/Makefile +++ b/textproc/sdf/Makefile @@ -10,21 +10,20 @@ PORTVERSION= 2.001 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:IANC PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Simple Document Format - "author-friendly" mark-up system -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +PERL_CONFIGURE= yes MAN1= pod2sdf.1 -PERL_CONFIGURE= yes - post-install: .if !defined(NOPORTDOCS) - ${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/sdf + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif .include <bsd.port.mk> |