diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-11 03:37:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-11 03:37:50 +0800 |
commit | fe632b08e93ba1c874edd2ac8a8dd74b2a8db908 (patch) | |
tree | 6b3a7ae69c3f1186a0b440464576294013a5f66c /ports-mgmt | |
parent | 02c7e747d37d77d903a7944d3950a621410e9fb6 (diff) | |
download | freebsd-ports-gnome-fe632b08e93ba1c874edd2ac8a8dd74b2a8db908.tar.gz freebsd-ports-gnome-fe632b08e93ba1c874edd2ac8a8dd74b2a8db908.tar.zst freebsd-ports-gnome-fe632b08e93ba1c874edd2ac8a8dd74b2a8db908.zip |
Remove things no longer necessary now it is fixed
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} |