diff options
-rw-r--r-- | devel/p5-Dir-Project/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Dir-Project/Makefile b/devel/p5-Dir-Project/Makefile index af99cd1298a..468392f7065 100644 --- a/devel/p5-Dir-Project/Makefile +++ b/devel/p5-Dir-Project/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gslin@gslin.org COMMENT= Project Environment determination PERL_CONFIGURE= yes -CONFIGURE_ENV+= DIRPROJECT_PREFIX=${PREFIX} +CONFIGURE_ENV+= DIRPROJECT_PREFIX=${TARGETDIR} MAN1= project_bin.1 project_dir.1 MAN3= Dir::Project.3 |