diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-01-04 14:15:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-01-04 14:15:59 +0800 |
commit | 8925a9060d2342bc559ef99bbd1be9c07cd7796e (patch) | |
tree | c576c55ab62256706adbbae709187c257ec7d0b7 | |
parent | 5b647ea6dbe55ec592095648b8b92292bb9df794 (diff) | |
download | freebsd-ports-gnome-8925a9060d2342bc559ef99bbd1be9c07cd7796e.tar.gz freebsd-ports-gnome-8925a9060d2342bc559ef99bbd1be9c07cd7796e.tar.zst freebsd-ports-gnome-8925a9060d2342bc559ef99bbd1be9c07cd7796e.zip |
- simplify INSTALL_AS_USER by using the BSD_INSTALL_* macro
PR: 150547
-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 + |