aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1999-01-22 01:51:49 +0800
committervanilla <vanilla@FreeBSD.org>1999-01-22 01:51:49 +0800
commit8ee82e70199023652f9a665d4de0fca1b225480b (patch)
tree4a67cd774de27d7daab221ca49d44c0aafa4062f /devel
parent74386bac5a39b9d91ad7ca47834eb846aae35da1 (diff)
downloadfreebsd-ports-graphics-8ee82e70199023652f9a665d4de0fca1b225480b.tar.gz
freebsd-ports-graphics-8ee82e70199023652f9a665d4de0fca1b225480b.tar.zst
freebsd-ports-graphics-8ee82e70199023652f9a665d4de0fca1b225480b.zip
Unbreak.
Diffstat (limited to 'devel')
-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 defdc2096c9..c5acaa5dada 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>