diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-25 19:36:24 +0800 |
commit | 7f98a997d5eb1d1c14a1a07d0c46e9967745fa78 (patch) | |
tree | c3b5655197611cf5a175f9c8edf00836753ff555 /textproc/sdf | |
parent | 9050382d7a95a9cd06340998d40b66073a1570b5 (diff) | |
download | freebsd-ports-graphics-7f98a997d5eb1d1c14a1a07d0c46e9967745fa78.tar.gz freebsd-ports-graphics-7f98a997d5eb1d1c14a1a07d0c46e9967745fa78.tar.zst freebsd-ports-graphics-7f98a997d5eb1d1c14a1a07d0c46e9967745fa78.zip |
- Remove DEPRECATED
- Fix MASTER_SITES
- Utilize COPYTREE_SHARE
PR: 155836
Submitted by: Ports Fury
Diffstat (limited to 'textproc/sdf')
-rw-r--r-- | textproc/sdf/Makefile | 9 | ||||
-rw-r--r-- | textproc/sdf/distinfo | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/textproc/sdf/Makefile b/textproc/sdf/Makefile index 5dbb2f38908..b7e57374455 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> diff --git a/textproc/sdf/distinfo b/textproc/sdf/distinfo index e8adb6c1a27..8a4fe2071a9 100644 --- a/textproc/sdf/distinfo +++ b/textproc/sdf/distinfo @@ -1,3 +1,2 @@ -MD5 (sdf-2.001.tar.gz) = bb305e57bfb531070a2bac8c63bb3213 SHA256 (sdf-2.001.tar.gz) = 6f9bcdc884a9f450208c740e45effdfeb7e65c689f57b05d3c15208193a8a6ea SIZE (sdf-2.001.tar.gz) = 818230 |