aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 11:34:47 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 11:34:47 +0800
commit896a8ae93c2a5ce2d2744b769d70e0172552745c (patch)
tree9970ce6c135d95728f94485319a75cf5332b9ff6 /devel
parent4e79f37d7a7e877fdb4cc12b501aa406e83c8bf4 (diff)
downloadfreebsd-ports-graphics-896a8ae93c2a5ce2d2744b769d70e0172552745c.tar.gz
freebsd-ports-graphics-896a8ae93c2a5ce2d2744b769d70e0172552745c.tar.zst
freebsd-ports-graphics-896a8ae93c2a5ce2d2744b769d70e0172552745c.zip
- Respect DESTDIR
PR: ports/101833 Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Dir-Project/Makefile2
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