diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-25 23:38:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-25 23:38:34 +0800 |
commit | fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045 (patch) | |
tree | 7006df7ca5e8a238ec3b19bf97f6319888268588 /x11-toolkits | |
parent | b18c45d00f9c0fc0f9f1193b04114afc48329637 (diff) | |
download | freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.tar.gz freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.tar.zst freebsd-ports-gnome-fa6edd5e04fa0f9d1c2ea3e46deebb339fb99045.zip |
Unbreak after PERL_CONFIGURE change.
Submitted by: bento
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Prima/files/patch-Makefile.PL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Prima/files/patch-Makefile.PL b/x11-toolkits/p5-Prima/files/patch-Makefile.PL new file mode 100644 index 000000000000..d9d85e6e5126 --- /dev/null +++ b/x11-toolkits/p5-Prima/files/patch-Makefile.PL @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.PL 2002/04/25 08:17:07 1.1 ++++ Makefile.PL 2002/04/25 08:17:56 +@@ -70,6 +70,8 @@ + $DISTNAME + $WANTNOCODECS + $DEBUG ++ $INSTALLPRIVLIB ++ $INSTALLARCHLIB + ); + + use vars @path_expand_ovvars = qw( |