diff options
Diffstat (limited to 'x11-toolkits/slingshot/files/patch-include-sspkg-Makefile')
-rw-r--r-- | x11-toolkits/slingshot/files/patch-include-sspkg-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/slingshot/files/patch-include-sspkg-Makefile b/x11-toolkits/slingshot/files/patch-include-sspkg-Makefile deleted file mode 100644 index 094a41ceb258..000000000000 --- a/x11-toolkits/slingshot/files/patch-include-sspkg-Makefile +++ /dev/null @@ -1,19 +0,0 @@ -*** include/sspkg/Makefile.orig Sat Oct 23 02:34:35 1993 ---- include/sspkg/Makefile Sat Mar 4 05:05:40 2000 -*************** -*** 13,19 **** - -sccs clean - - install: FORCE -! cp $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg - - FORCE: - ---- 13,19 ---- - -sccs clean - - install: FORCE -! ${BSD_INSTALL_DATA} $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg - - FORCE: - |