diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-01-04 06:15:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-01-04 06:15:59 +0000 |
commit | a060bb14d8dffb77e9919553499ff1ee0914926d (patch) | |
tree | 86aaceb60eefa8fd38165c06d9b98569f1befd5f | |
parent | 431f602d64b48f572e0ae0d4a14c9de5f34995bc (diff) |
Notes
-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 + |