aboutsummaryrefslogtreecommitdiffstats
path: root/www/links
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2010-06-11 15:42:39 +0800
committerdemon <demon@FreeBSD.org>2010-06-11 15:42:39 +0800
commit8a28d489f3ead23a6c94f371f3f1d6ed9380afed (patch)
tree8167ca247b7e86f09f8c86b5a1e4128e5f2a0139 /www/links
parent07e4ddc9016f2a0f9bbd4cc4bb1d965d5f3de2d2 (diff)
downloadfreebsd-ports-gnome-8a28d489f3ead23a6c94f371f3f1d6ed9380afed.tar.gz
freebsd-ports-gnome-8a28d489f3ead23a6c94f371f3f1d6ed9380afed.tar.zst
freebsd-ports-gnome-8a28d489f3ead23a6c94f371f3f1d6ed9380afed.zip
INSTALL -> INSTALL_DATA.
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index fa3e1de1e30c..c953c1c4929b 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -94,7 +94,7 @@ post-patch:
.if !defined(WITHOUT_X11)
post-install:
- @${INSTALL} ${WRKSRC}/graphics/links.xpm ${PREFIX}/share/pixmaps/links.xpm
+ @${INSTALL_DATA} ${WRKSRC}/graphics/links.xpm ${PREFIX}/share/pixmaps/links.xpm
.endif
.include <bsd.port.mk>