diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:29 +0800 |
commit | d5f8e4c5fd1a76ec059734ee3e160f9113bd5159 (patch) | |
tree | 1ecf8f1424164ecc3b4c4d279ebb3ccb2c3e1a74 /converters | |
parent | 3352ffa8e18ebeb657e2d563b7e1bc7560eb63bf (diff) | |
download | freebsd-ports-graphics-d5f8e4c5fd1a76ec059734ee3e160f9113bd5159.tar.gz freebsd-ports-graphics-d5f8e4c5fd1a76ec059734ee3e160f9113bd5159.tar.zst freebsd-ports-graphics-d5f8e4c5fd1a76ec059734ee3e160f9113bd5159.zip |
- Remove DOCS option
- Bump PORTREVISION for package change
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 65568476da1..569628c2519 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= Convert-UUlib PORTVERSION= 1.40 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= converters perl5 MASTER_SITES= CPAN @@ -16,15 +16,7 @@ COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -OPTIONS_DEFINE= DOCS - USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - .include <bsd.port.mk> |