aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-gdbint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-gdbint/Makefile')
-rw-r--r--devel/fpc-gdbint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-gdbint/Makefile b/devel/fpc-gdbint/Makefile
index 1ed0f18af876..62eb0986dd59 100644
--- a/devel/fpc-gdbint/Makefile
+++ b/devel/fpc-gdbint/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= devel
PKGNAMESUFFIX= -gdbint
@@ -15,7 +15,7 @@ COMMENT= Free Pascal unit providing interface to gdb
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"