aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2008-06-30 01:43:10 +0800
committeracm <acm@FreeBSD.org>2008-06-30 01:43:10 +0800
commitb14164995d91508411dc403080f77c47523a712f (patch)
treef501e6e30b93acb88e91ba67389fde909a61ce65 /lang
parent41dd15e33287a5fdcbbc5a1e5bbf69e8ec4fa263 (diff)
downloadfreebsd-ports-gnome-b14164995d91508411dc403080f77c47523a712f.tar.gz
freebsd-ports-gnome-b14164995d91508411dc403080f77c47523a712f.tar.zst
freebsd-ports-gnome-b14164995d91508411dc403080f77c47523a712f.zip
- Fix LATEST_LINK value
Diffstat (limited to 'lang')
-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})