ad98cc6767
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.
18 lines
662 B
Plaintext
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
|