mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
10 lines
387 B
Text
10 lines
387 B
Text
--- bind/pdflib/perl/Makefile.orig 2014-03-19 15:48:26.586002710 +0000
|
|
+++ bind/pdflib/perl/Makefile 2014-03-19 15:48:50.137000807 +0000
|
|
@@ -55,6 +55,7 @@
|
|
../../../progs/pdi/pdfcheck -i ../java/starter.ref -o -
|
|
|
|
install:: $(LIBNAME)
|
|
+ $(MKDIR) -p $(LANG_LIBDIR)
|
|
$(LIBTOOL) --mode=install \
|
|
$(INSTALL_DATA) $(LIBNAME) $(LANG_LIBDIR)
|
|
$(INSTALL_DATA) pdflib_pl.pm $(LANG_LIBDIR)
|