diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-24 14:15:32 +0000 |
commit | 6950bbfd5bd3f047d0ad862787a782bf8bd5ce66 (patch) | |
tree | 3dc53eae63c2acdee7eed0fbab27af068ed8befd /textproc/p5-RADIUS-UserFile | |
parent | d2ee5f75c4592679c5ba8cbf5d5bbc9d6bfa41c3 (diff) | |
download | ports-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.tar.gz ports-6950bbfd5bd3f047d0ad862787a782bf8bd5ce66.zip |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
Notes
Notes:
svn path=/head/; revision=92065
Diffstat (limited to 'textproc/p5-RADIUS-UserFile')
-rw-r--r-- | textproc/p5-RADIUS-UserFile/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/p5-RADIUS-UserFile/Makefile b/textproc/p5-RADIUS-UserFile/Makefile index 7a20340a1365..1bc332926228 100644 --- a/textproc/p5-RADIUS-UserFile/Makefile +++ b/textproc/p5-RADIUS-UserFile/Makefile @@ -18,8 +18,6 @@ COMMENT= Perl extension for manipulating a RADIUS users file BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${SITE_PERL} - PERL_CONFIGURE= yes MAN3= RADIUS::UserFile.3 |