1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/xca/files/patch-img-Makefile
Martin Wilke 27bc7dc133 - Update to 0.91
PR:		162788
Submitted by:	maintainer
Feature safe:	yes
2011-11-27 10:28:20 +00:00

12 lines
433 B
Plaintext

--- img/Makefile.orig 2011-11-07 07:09:32.000000000 +0100
+++ img/Makefile 2011-11-23 11:15:40.000000000 +0100
@@ -13,7 +13,7 @@
sinclude .depend
install: xca-32x32.xpm
- install -D -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
+ install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 $^ $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
imgres.cpp: imgres.rcc
@$(PRINT) " RCC [$(BASENAME)] $@"