diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 15:38:34 +0000 |
commit | 57a05662e91e75eecd651798bac40bbf4c15da47 (patch) | |
tree | 1548c5657ae7a1c14ace0f5123edd8c128d6e860 /x11-toolkits/p5-Prima | |
parent | 6dab917362617c6e081d981fa3874f5410784b30 (diff) | |
download | ports-57a05662e91e75eecd651798bac40bbf4c15da47.tar.gz ports-57a05662e91e75eecd651798bac40bbf4c15da47.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Prima')
-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( |