mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
diff -ur --unidirectional-new-file skipsrc-1.0.orig/Makefile work.new/Makefile
|
|
--- skipsrc-1.0.orig/Makefile Fri Oct 25 13:11:18 1996
|
|
+++ work.new/Makefile Mon Mar 8 21:33:38 1999
|
|
@@ -74,3 +74,7 @@
|
|
cleanpkgs:
|
|
@echo "Cleaning SKIP package directory..."
|
|
@(cd mkpkgs; $(MAKE) clean)
|
|
+
|
|
+install:
|
|
+ @true
|
|
+
|