diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-06-11 07:42:39 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-06-11 07:42:39 +0000 |
commit | ef119c6a3a711d39ef9a9af3a78c02890b839353 (patch) | |
tree | 5dd9499744968791cb43ff8f2a3f852dccc52722 | |
parent | 7babeb52eb481a69919b32b33d9d29d665958c3a (diff) |
Notes
-rw-r--r-- | www/links/Makefile | 2 |
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> |