diff options
author | erwin <erwin@FreeBSD.org> | 2006-08-06 06:46:55 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-08-06 06:46:55 +0800 |
commit | 2806a36fd63dc1dd195d2b395411962bc17ea608 (patch) | |
tree | bb09d4fe14d44aab9c354e76ac9cfce0e2b86971 /devel | |
parent | 37f0e4bf7397fd430b15501465957bf0d9fba147 (diff) | |
download | freebsd-ports-gnome-2806a36fd63dc1dd195d2b395411962bc17ea608.tar.gz freebsd-ports-gnome-2806a36fd63dc1dd195d2b395411962bc17ea608.tar.zst freebsd-ports-gnome-2806a36fd63dc1dd195d2b395411962bc17ea608.zip |
Remove extraneous /
Pointyhat to: erwin
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Calendar-Discordian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Calendar-Discordian/Makefile b/devel/p5-DateTime-Calendar-Discordian/Makefile index e7bd751f876f..2a652e614c67 100644 --- a/devel/p5-DateTime-Calendar-Discordian/Makefile +++ b/devel/p5-DateTime-Calendar-Discordian/Makefile @@ -16,7 +16,7 @@ MAINTAINER= philip@FreeBSD.org COMMENT= Perl extension for the Discordian Calendar BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}//DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ + ${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \ ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} |