mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
12 lines
356 B
Text
12 lines
356 B
Text
--- Makefile.orig 2008-11-13 14:11:39 UTC
|
|
+++ Makefile
|
|
@@ -44,6 +44,9 @@ install-core-dev: pdfedit-core-dev
|
|
cd $(KERNELROOT) && $(MAKE) install-dev
|
|
cd $(OSROOT) && $(MAKE) install-dev
|
|
|
|
+install-tools:
|
|
+ cd $(TOOLSROOT) && $(MAKE) install
|
|
+
|
|
|
|
# Common uninstall target. It depends on configuration which specific
|
|
# uninstallation target will be used
|