diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-10 19:37:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-10 19:37:50 +0000 |
commit | 913e08e52dca0eafb130dc0942c6275a178095ea (patch) | |
tree | 6b3a7ae69c3f1186a0b440464576294013a5f66c /ports-mgmt | |
parent | 1095af831d875431dc8585ab2e6f7737093d787f (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 5ad5065e8ff4..b1f869eb7620 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -29,15 +29,6 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -SITE_PERL_REL?=lib/perl5/site_perl/${PERL_VER} -SITE_PERL?=${LOCALBASE}/${SITE_PERL_REL} -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - PERL5_MAN3=lib/perl5/${PERL_VER}/man/man3 \ - SITE_PERL=${SITE_PERL_REL} - - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSQLITE3} |