openbsd-ports/x11/gnustep/projectcenter/patches/patch-Framework_GNUmakefile_postamble
sebastia ad98cc6767 import projectcenter: GNUstep integrated development environment
pkg/DESCR:
ProjectCenter is GNUstep's integrated developement environment (IDE). It
is based in part on NeXT's original Project Builder. It assists you in
starting new projects and lets you manage your project files using a
intuitive and well ordered graphical user interface.
2010-10-26 17:35:36 +00:00

18 lines
662 B
Plaintext

$OpenBSD: patch-Framework_GNUmakefile_postamble,v 1.1.1.1 2010/10/26 17:35:36 sebastia Exp $
Otherwise this would leave root owned files there, which would make a
make clean as non root user fail. Those root files would be created
while running make fake
--- Framework/GNUmakefile.postamble.orig Tue Oct 26 17:19:19 2010
+++ Framework/GNUmakefile.postamble Tue Oct 26 17:20:02 2010
@@ -31,6 +31,5 @@
#after-uninstall::
# rm -rf $(GNUSTEP_LIBRARIES)/libProjectCenter*
-#after-install::
-# cp -r Protocols $(GNUSTEP_HEADERS)/ProjectCenter
-# cp -r Widgets $(GNUSTEP_HEADERS)/ProjectCenter
+after-install::
+ rm -rf ProjectCenter.framework/Headers/Protocols