diff options
author | rh <rh> | 2000-05-03 15:50:24 +0000 |
---|---|---|
committer | rh <rh> | 2000-05-03 15:50:24 +0000 |
commit | 2a4866390cd45cc29b3ff6a963202430992bfc27 (patch) | |
tree | 9a7032fc8eea352c5c8f10fdb2a86ad56435a250 /databases/p5-DBD-postgresql | |
parent | aac008d40dc3251185457888a820d65cdb46cb61 (diff) | |
download | pkgsrc-2a4866390cd45cc29b3ff6a963202430992bfc27.tar.gz |
Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixes
PR 9774 by Michael Wolfson.
Adapt for new installation directory structure of postgresql package.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/pkg/PLIST-md.shared | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/pkg/PLIST-md.static | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 8b1db696800..2d7b242085d 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 23:43:23 jwise Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/03 15:50:24 rh Exp $ # DISTNAME= DBD-Pg-0.93 @@ -17,8 +17,8 @@ USE_PERL5= YES PGUSER?= pgsql PGPREFIX= ${PREFIX}/${PGUSER} -CONFIGURE_ENV+= POSTGRES_INCLUDE=${PGPREFIX}/include -CONFIGURE_ENV+= POSTGRES_LIB=${PGPREFIX}/lib +CONFIGURE_ENV+= POSTGRES_INCLUDE=${PREFIX}/include/pgsql +CONFIGURE_ENV+= POSTGRES_LIB=${PREFIX}/lib do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL diff --git a/databases/p5-DBD-postgresql/pkg/PLIST-md.shared b/databases/p5-DBD-postgresql/pkg/PLIST-md.shared index f12a6eb7d11..f66efe45448 100644 --- a/databases/p5-DBD-postgresql/pkg/PLIST-md.shared +++ b/databases/p5-DBD-postgresql/pkg/PLIST-md.shared @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST-md.shared,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $ +@comment $NetBSD: PLIST-md.shared,v 1.2 2000/05/03 15:50:25 rh Exp $ lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.bs lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.so -lib/perl5/site_perl/i386-netbsd/auto/DBD/Pg/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/.packlist @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg diff --git a/databases/p5-DBD-postgresql/pkg/PLIST-md.static b/databases/p5-DBD-postgresql/pkg/PLIST-md.static index 5b23168e760..ce76d443985 100644 --- a/databases/p5-DBD-postgresql/pkg/PLIST-md.static +++ b/databases/p5-DBD-postgresql/pkg/PLIST-md.static @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST-md.static,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $ +@comment $NetBSD: PLIST-md.static,v 1.2 2000/05/03 15:50:25 rh Exp $ lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/Pg.a lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/extralibs.ld -lib/perl5/site_perl/i386-netbsd/auto/DBD/Pg/.packlist +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg/.packlist @dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DBD/Pg |