summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-08-04 11:41:30 +0000
commit42542fb07642b8336e808272918f3ae46aa67e0b (patch)
tree98ff235c33c6493aa26457284f122652c38935f7 /lang/erlang14
parent- Extract command variable definitions from bsd.port.mk, they are now stored in (diff)
- 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)
Notes
Notes: svn path=/head/; revision=197075
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index a504e0f01e14..8863af4f8b03 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -93,10 +93,10 @@ PLIST_SUB+= ERTS_VSN=${ERTS_VSN} TOOLS_VSN=${TOOLS_VSN}
NOMANCOMPRESS= yes
-MAN1PREFIX= ${TARGETDIR}/lib/erlang
-MAN3PREFIX= ${TARGETDIR}/lib/erlang
-MAN4PREFIX= ${TARGETDIR}/lib/erlang
-MAN6PREFIX= ${TARGETDIR}/lib/erlang
+MAN1PREFIX= ${PREFIX}/lib/erlang
+MAN3PREFIX= ${PREFIX}/lib/erlang
+MAN4PREFIX= ${PREFIX}/lib/erlang
+MAN6PREFIX= ${PREFIX}/lib/erlang
pre-configure:
# Check if ${JAVAC} exists.