aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-DateTime-Locale
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-03-13 07:00:02 +0800
committeradamw <adamw@FreeBSD.org>2015-03-13 07:00:02 +0800
commit65bfb75d5a6507b857f252222e3f2827dbf58715 (patch)
tree1f0bb0dc7fae38ac6ebce39efca7467b40fa7475 /devel/p5-DateTime-Locale
parent775fa462b38fecbf7119ecd1c632ba2c49a80951 (diff)
downloadfreebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.tar.gz
freebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.tar.zst
freebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.zip
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
Diffstat (limited to 'devel/p5-DateTime-Locale')
-rw-r--r--devel/p5-DateTime-Locale/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile
index e292a0dc7bc6..b2435b4b3618 100644
--- a/devel/p5-DateTime-Locale/Makefile
+++ b/devel/p5-DateTime-Locale/Makefile
@@ -21,16 +21,10 @@ USE_PERL5= modbuild
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= Changes
-.endif
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>