diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-24 22:15:32 +0800 |
commit | 7ef7264ae34f6cb991ce3f03434603e8aab6cfa8 (patch) | |
tree | a505991cc1185979959e05f2383dd62ab5c377ef /mail/p5-Mail-Spool | |
parent | 6776f0024b38608c125fd923b6ef1e1bcded4bf9 (diff) | |
download | freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.gz freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.tar.zst freebsd-ports-gnome-7ef7264ae34f6cb991ce3f03434603e8aab6cfa8.zip |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Diffstat (limited to 'mail/p5-Mail-Spool')
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index 5ea00b7646b9..fa7a064afe3f 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -SITE_PERL= ${SITE_PERL} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3 |