aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 17:51:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-21 17:51:49 +0000
commit20ac1db4afb681a268b2d518c1e0677e14d3d880 (patch)
tree9bb534129066775f15f2c871e0a83f30347e1173 /devel/p5-Data-ShowTable
parent810d39c683507104841424163b460d4cbef8fe48 (diff)
downloadports-20ac1db4afb681a268b2d518c1e0677e14d3d880.tar.gz
ports-20ac1db4afb681a268b2d518c1e0677e14d3d880.zip
Unbreak.
Notes
Notes: svn path=/head/; revision=16240
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index defdc2096c99..c5acaa5dadae 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -3,7 +3,7 @@
# Date created: September 10th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.6 1998/10/12 04:19:27 jseger Exp $
+# $Id: Makefile,v 1.7 1998/11/11 05:37:10 asami Exp $
#
DISTNAME= Data-ShowTable-3.3
@@ -15,18 +15,13 @@ MASTER_SITE_SUBDIR= Data
MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 300000
-BROKEN= perl
-.endif
+CONFIGURE_ARGS= PREFIX=${PREFIX}
MAN1= showtable.1
MAN3= Data::ShowTable.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>