summaryrefslogtreecommitdiff
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
parentUpdate lang Makefiles, compressing some man pages and stripping some (diff)
Add -Dprefix=${PREFIX} in configure args.
Notes
Notes: svn path=/head/; revision=1523
-rw-r--r--lang/perl5.10/Makefile4
-rw-r--r--lang/perl5.12/Makefile4
-rw-r--r--lang/perl5.14/Makefile4
-rw-r--r--lang/perl5.16/Makefile4
-rw-r--r--lang/perl5.6/Makefile4
-rw-r--r--lang/perl5.8/Makefile4
-rw-r--r--lang/perl5/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.10/Makefile
+++ b/lang/perl5.10/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
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/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
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/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
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/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
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5.6/Makefile
+++ b/lang/perl5.6/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
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
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 795d8e958a49..7a08186fe231 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/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