diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /databases/fpc-postgres | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) | |
download | ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.tar.gz ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.zip |
Notes
Diffstat (limited to 'databases/fpc-postgres')
-rw-r--r-- | databases/fpc-postgres/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-postgres/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 31bda127609c..b72b5dabbcdb 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to PostGreSQL USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= PGSQL "Install PostgreSQL client" on diff --git a/databases/fpc-postgres/pkg-plist b/databases/fpc-postgres/pkg-plist index 1cc768cba64d..018094796a0c 100644 --- a/databases/fpc-postgres/pkg-plist +++ b/databases/fpc-postgres/pkg-plist @@ -14,12 +14,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllistdyn.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3dyn.a -%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/postgres/testpg2.pp -%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/postgres/testpg1.pp @dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres @dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% @dirrmtry lib/fpc/%%PORTVERSION%%/units @dirrmtry lib/fpc/%%PORTVERSION%% @dirrmtry lib/fpc -%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/postgres -%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% |