diff options
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r-- | databases/fpc-postgres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 32f46b39af21..689b12624dec 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres @@ -17,7 +17,7 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc USE_PGSQL= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} HAVE_EXAMPLES= true |