aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-01-04 14:15:59 +0800
committerdinoex <dinoex@FreeBSD.org>2011-01-04 14:15:59 +0800
commit8925a9060d2342bc559ef99bbd1be9c07cd7796e (patch)
treec576c55ab62256706adbbae709187c257ec7d0b7
parent5b647ea6dbe55ec592095648b8b92292bb9df794 (diff)
downloadfreebsd-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.freebsd2
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
+