aboutsummaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-01-04 06:15:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-01-04 06:15:59 +0000
commita060bb14d8dffb77e9919553499ff1ee0914926d (patch)
tree86aaceb60eefa8fd38165c06d9b98569f1befd5f /graphics/png
parent431f602d64b48f572e0ae0d4a14c9de5f34995bc (diff)
downloadports-a060bb14d8dffb77e9919553499ff1ee0914926d.tar.gz
ports-a060bb14d8dffb77e9919553499ff1ee0914926d.zip
- simplify INSTALL_AS_USER by using the BSD_INSTALL_* macro
PR: 150547
Notes
Notes: svn path=/head/; revision=267362
Diffstat (limited to 'graphics/png')
-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
+