openbsd-ports/www/sogo/patches/patch-SOPE_NGCards_GNUmakefile_postamble
sebastia 7fc448eeda Import SOGo: web based groupware server
DESCR:
SOGo is a groupware server built around OpenGroupware.org (OGo) and the
SOPE application server, with a focus on scalability. It provides the
usual groupware functionality as E-Mail, Calendaring, and Contacts
management.


Not yet linking it to the build, fixing last few things in the tree.

OK landry@, sthen@
2010-11-24 18:16:03 +00:00

15 lines
636 B
Plaintext

$OpenBSD: patch-SOPE_NGCards_GNUmakefile_postamble,v 1.1.1.1 2010/11/24 18:16:03 sebastia Exp $
--- SOPE/NGCards/GNUmakefile.postamble.orig Tue Sep 21 20:52:45 2010
+++ SOPE/NGCards/GNUmakefile.postamble Thu Oct 14 14:20:52 2010
@@ -6,6 +6,6 @@ mappings-dir ::
$(MKDIRS) $(MAPDIR)
after-install :: mappings-dir
- cp NGCards.xmap $(MAPDIR)
- -mkdir -p $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards
- cp -dpR TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards
+ ${INSTALL_DATA} NGCards.xmap $(MAPDIR)
+ $(MKDIRS) $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards
+ cp -r TimeZones $(GNUSTEP_LIBRARY)/Libraries/Resources/NGCards