diff options
author | acm <acm@FreeBSD.org> | 2006-09-08 05:32:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-08 05:32:29 +0800 |
commit | 12cc357adf000b0997aa8e20afefe8c7055a0616 (patch) | |
tree | 933b141d7b5556314a24242726544bf5bc331b8b /databases/fpc-postgres | |
parent | 8fb181c9cc6d1578a195da25fc7ccb019b4eff71 (diff) | |
download | freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.tar.gz freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.tar.zst freebsd-ports-gnome-12cc357adf000b0997aa8e20afefe8c7055a0616.zip |
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
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 |