diff options
Diffstat (limited to 'devel/fpc-fcl-async/Makefile')
-rw-r--r-- | devel/fpc-fcl-async/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-async/Makefile b/devel/fpc-fcl-async/Makefile index c9b67a7a2a3f..6d8d7ca16421 100644 --- a/devel/fpc-fcl-async/Makefile +++ b/devel/fpc-fcl-async/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -libasync @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to async library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" |