head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.11.27.10.28.20;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.01.16.47.28;	author makc;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.24.16.29.49;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.91

PR:		162788
Submitted by:	maintainer
Feature safe:	yes
@
text
@--- 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)] $@@"
@


1.2
log
@Update to 0.9.0
Add LICENSE

PR:		ports/150130
Submitted by:	maintainer
@
text
@d1 4
a4 4
--- img/Makefile.orig	2010-08-29 10:28:32.000000000 +0200
+++ img/Makefile	2010-08-30 20:57:04.000000000 +0200
@@@@ -15,7 +15,7 @@@@
 	echo $(OBJS)
d6 3
a8 3
 install:
-	install -D -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
+	install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
d11 1
a11 1
 	$(RCC) -o $@@ $<
@


1.1
log
@- Update to 0.8.1
- Pass maintainer to submitter

PR:		ports/142349
Submitted by:	freebsd@@nagilum.org
Approved by:	Mark Foster <mark@@foster.cc> (maintainer)
@
text
@d1 2
a2 2
--- img/Makefile.orig	2009-12-10 18:44:03.000000000 +0100
+++ img/Makefile	2010-01-05 12:25:31.000000000 +0100
d7 2
a8 2
-	install -D -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
+	install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
@

