summaryrefslogtreecommitdiff
path: root/lang/perl5.8
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-24 15:17:40 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-24 15:17:40 +0000
commitc0e45238ef97612342a7ce1c0d0908f15c8ff51c (patch)
tree3dbb5796822b849eb403f36e218979a55d3f057c /lang/perl5.8
parentUpdate lang Makefiles, compressing some man pages and stripping some (diff)
Add -Dprefix=${PREFIX} in configure args.
Notes
Notes: svn path=/head/; revision=1523
Diffstat (limited to 'lang/perl5.8')
-rw-r--r--lang/perl5.8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
-# $Id: Makefile,v 1.3 1995/04/19 08:12:00 ache Exp $
+# $Id: Makefile,v 1.4 1995/04/23 17:21:34 jmz Exp $
#
DISTNAME= perl5.001
@@ -16,7 +16,7 @@ MAINTAINER= markm@FreeBSD.ORG
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
-CONFIGURE_ARGS= -sde
+CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" api book bot call data debug diag embed form func guts ipc mod \
obj op ovl pod re ref run sec style sub syn trap var