From 1f31ff34b514d77244257a9a94391d3aae8edab0 Mon Sep 17 00:00:00 2001 From: gabor Date: Sat, 4 Aug 2007 11:41:30 +0000 Subject: - Remove the DESTDIR modifications from individual ports as we have a new, fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) --- net-mgmt/flowd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/flowd') diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 0ee415824a1f..a636d9880773 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -24,7 +24,7 @@ FLOWD_USER?= _flowd .if defined(WITH_PERL) USE_PERL5= yes PLIST_SUB+= WITH_PERL="" -#MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} +#MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} #MAN3= Flowd.3 .else PLIST_SUB+= WITH_PERL="@comment " -- cgit