mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b51eb85993
PR: ports/156104 Submitted by: Callum Gibson <callum@omma.gibson.athome>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
--- Imakefile.orig 2011-04-01 14:12:59.000000000 +1100
|
|
+++ Imakefile 2011-04-01 14:11:38.000000000 +1100
|
|
@@ -82,7 +82,7 @@
|
|
mostlyclean:
|
|
$(RM) *.o xdvi xdvi.man core sedscript *~
|
|
|
|
-distclean: clean
|
|
+distclean:: clean
|
|
$(RM) Makefile.cfg
|
|
|
|
veryclean: distclean
|