summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-29 17:43:10 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-29 17:43:10 +0000
commit8bcd455a3b23a2807be3aaa476d5280cf23f6877 (patch)
treeb38454ec680ed3a684f87cbee6180d373823da15 /lang/fpc-units
parent- respect NOPORTDOCS and NOPORTDATA (diff)
- Fix LATEST_LINK value
Notes
Notes: svn path=/head/; revision=215955
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 54d4f4221a23..fea5d07cd793 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -63,7 +63,7 @@ OPTIONS= BFD "Interface to GNU Binary Format description" on \
ZVT "Interface to Zed's Virtual Terminal" on
PORT_DBDIR?= /var/db/ports
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
+LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.if exists(${OPTIONSFILE})