diff options
Diffstat (limited to 'devel/fpc-fv/Makefile')
-rw-r--r-- | devel/fpc-fv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fv/Makefile b/devel/fpc-fv/Makefile index 37953c650ca5..0f6386d451e3 100644 --- a/devel/fpc-fv/Makefile +++ b/devel/fpc-fv/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fv @@ -16,7 +16,7 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} HAVE_EXAMPLES= true |