summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-137/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 17:50:56 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 17:50:56 +0000
commit810d39c683507104841424163b460d4cbef8fe48 (patch)
tree5716b5a8bbc6557905813263f6302876c944dafd /databases/p5-DBI-137/Makefile
parentinstall libtk as libtk81.so.1 not libtk8.1.so.1 (diff)
Unbreak this one.
Notes
Notes: svn path=/head/; revision=16239
Diffstat (limited to 'databases/p5-DBI-137/Makefile')
-rw-r--r--databases/p5-DBI-137/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index d2e8cfd05fcd..89a2c6078948 100644
--- a/databases/p5-DBI-137/Makefile
+++ b/databases/p5-DBI-137/Makefile
@@ -3,7 +3,7 @@
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.17 1998/10/12 04:04:28 jseger Exp $
+# $Id: Makefile,v 1.18 1998/11/11 05:37:09 asami Exp $
#
DISTNAME= DBI-1.02
@@ -17,12 +17,7 @@ MAINTAINER= vanilla@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSDIR}/net/p5-pRPC
USE_PERL5= YES
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 300000
-BROKEN= perl
-.endif
+CONFIGURE_ARGS= PREFIX=${PREFIX}
MAN1= dbiproxy.1 \
dbish.1
@@ -30,12 +25,13 @@ MAN3= DBD::Proxy.3 \
DBI.3 \
DBI::DBD.3 \
DBI::FAQ.3 \
+ DBI::Format.3 \
DBI::ProxyServer.3 \
DBI::Shell.3 \
DBI::W32ODBC.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+ @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>