CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/08/15 03:38:11
Modified files:
infrastructure/mk: perl.port.mk
Log message:
have perl module work like it should: define extra TARGET_* variables,
and have do-install/do-build use them.
Replace pre-configure with folded in shell fragment.
Don't hardcode perl location, we don't hardcode those things but rely
on PATH instead.
check that Makefile.PL actually produced a Makefile, since the way it
errors out does not exit 1, thus leading to configure having failed and
ports thinking it succeeded...
okay sthen@