diff options
-rw-r--r-- | graphics/png/files/patch-makefile.freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/files/patch-makefile.freebsd b/graphics/png/files/patch-makefile.freebsd index c6cd9642ba9f..d81023af2185 100644 --- a/graphics/png/files/patch-makefile.freebsd +++ b/graphics/png/files/patch-makefile.freebsd @@ -42,7 +42,7 @@ + chmod +x libpng-config + +beforeinstall: libpng-config -+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ++ ${BSD_INSTALL_SCRIPT} \ + libpng-config ${PREFIX}/bin + ln -sf libpng-config ${PREFIX}/bin/libpng14-config + |