aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portscout
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-10 19:37:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-10 19:37:50 +0000
commit913e08e52dca0eafb130dc0942c6275a178095ea (patch)
tree6b3a7ae69c3f1186a0b440464576294013a5f66c /ports-mgmt/portscout
parent1095af831d875431dc8585ab2e6f7737093d787f (diff)
downloadports-913e08e52dca0eafb130dc0942c6275a178095ea.tar.gz
ports-913e08e52dca0eafb130dc0942c6275a178095ea.zip
Remove things no longer necessary now it is fixed
Notes
Notes: svn path=/head/; revision=364563
Diffstat (limited to 'ports-mgmt/portscout')
-rw-r--r--ports-mgmt/portscout/Makefile9
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}