aboutsummaryrefslogtreecommitdiff
path: root/devel/libdict/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-22 09:20:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-22 09:20:53 +0000
commitb51c5714acf64a2d32d0aeed7a8f7d4428fb930f (patch)
tree631070d7cc80d0a4a6107c7979e524822a8cca79 /devel/libdict/files
parent30c75f205c25d676d726fdc36f1d7af9a0e3614f (diff)
downloadports-b51c5714acf64a2d32d0aeed7a8f7d4428fb930f.tar.gz
ports-b51c5714acf64a2d32d0aeed7a8f7d4428fb930f.zip
Notes
Diffstat (limited to 'devel/libdict/files')
-rw-r--r--devel/libdict/files/patch-GNUmakefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libdict/files/patch-GNUmakefile b/devel/libdict/files/patch-GNUmakefile
new file mode 100644
index 000000000000..beee66c0c90c
--- /dev/null
+++ b/devel/libdict/files/patch-GNUmakefile
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- GNUmakefile.orig
++++ GNUmakefile
+@@ -58,10 +58,10 @@
+
+ install : $(A_LIB) $(P_LIB) $(S_LIB)
+ [ -d $(INCDIR) ] || mkdir -m 755 $(INCDIR)
+- $(INSTALL) -o $(USER) -g $(GROUP) -m 644 $(HDR) $(INCDIR)
+- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 644 $(A_LIB) $(LIBDIR)
+- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 644 $(P_LIB) $(LIBDIR)
+- $(INSTALL) -s -o $(USER) -g $(GROUP) -m 755 $(S_LIB) $(LIBDIR)/$(SHLIB)
++ $(INSTALL) -m 644 $(HDR) $(INCDIR)
++ $(INSTALL) -s -m 644 $(A_LIB) $(LIBDIR)
++ $(INSTALL) -s -m 644 $(P_LIB) $(LIBDIR)
++ $(INSTALL) -s -m 755 $(S_LIB) $(LIBDIR)/$(SHLIB)
+ $(SHELL) -ec 'cd $(LIBDIR) && ln -sf $(SHLIB) $(S_LIB)'
+
+ uninstall :