diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-11 12:38:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-11 12:38:32 +0000 |
commit | 6c7af2915af94d74f462dab14d595f2e90251429 (patch) | |
tree | 6aafc7c56dd05bf56f62cd3164e7b62724b45ac3 | |
parent | e42e921955ee0dcdc7cb1be632ebfe6890a5a890 (diff) | |
download | ports-6c7af2915af94d74f462dab14d595f2e90251429.tar.gz ports-6c7af2915af94d74f462dab14d595f2e90251429.zip |
Notes
-rw-r--r-- | lang/perl5.12/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.14/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.16/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.18/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index b0fcfdeda5d5..3a6b6366c40a 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -158,8 +158,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index dcfa1c5d5ea8..d3601b67009b 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -162,8 +162,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -LATEST_LINK= perl - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index 4d06d231f489..f2ba9297511a 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -162,8 +162,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ diff --git a/lang/perl5.18/Makefile b/lang/perl5.18/Makefile index 07034632a272..49fd05468596 100644 --- a/lang/perl5.18/Makefile +++ b/lang/perl5.18/Makefile @@ -143,8 +143,6 @@ LINK_USRBIN= yes LINK_USRBIN= no .endif -NO_LATEST_LINK= yes - BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm \ |