mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
11 lines
367 B
Text
11 lines
367 B
Text
--- data/Makefile.in.orig 2014-02-20 11:02:35.000000000 +0100
|
|
+++ data/Makefile.in 2014-02-20 11:02:42.000000000 +0100
|
|
@@ -316,7 +316,7 @@
|
|
|
|
|
|
install-exec-local:
|
|
- rm -rf $(pkgdatadir)
|
|
+ rm -rf $(DESTDIR)$(pkgdatadir)
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|