mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
0bcd213f10
- Upgrade related porrs to 5.2.8 [2] - Convert to OptionsNG [2] - Add GPL license information [2] - pet portlint (minor re-arrancement of COMMENT/LICENSE to shut portlint up) PR: ports/169026 [1] Submitted by: dougb@ [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer) [2]
16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
--- src/cups/Makefile.in.orig 2012-06-17 19:30:42.000000000 +0200
|
|
+++ src/cups/Makefile.in 2012-06-17 19:29:16.000000000 +0200
|
|
@@ -1242,10 +1242,10 @@
|
|
ppd-stamp-phony: $(PPD)
|
|
|
|
ppd-catalog-clean:
|
|
- -$(RM) -r catalog
|
|
+ -$(RM) -rf catalog
|
|
|
|
ppd-clean:
|
|
- -$(RM) -r ppd
|
|
+ -$(RM) -rf ppd
|
|
|
|
ppd-stamp-pre: ppd-catalog-clean ppd-clean
|
|
|