diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 07:46:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 07:46:16 +0000 |
commit | b9921f4e5617b546a4a6a189400845272a09e4c6 (patch) | |
tree | 18785a55dc83092d179d84311d2e3db145300f68 | |
parent | Create ${PREFIX}/news first as the mkdir's in the source's Makefile (diff) |
Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").
Became obvious make package test was omitted by: jfitz :p
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 4654d14ff083..53b2ddd8d270 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/18 19:41:01 jfitz Exp $ # DISTNAME= DBD-Pg-0.3 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \ + ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 4654d14ff083..53b2ddd8d270 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: June 17th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/18 19:41:01 jfitz Exp $ # DISTNAME= DBD-Pg-0.3 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/database/p5-DBI \ + ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PREFIX}/pgsql/lib/libpq.so.1.0:${PORTSDIR}/databases/postgresql RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 |