Searched refs:PORTDIR (Results 1 - 1 of 1) sorted by relevance

/external/libutf/
H A DMakefile103 PORTDIR=/usr/ports/$(PORTPLACE) macro
107 rm -rf $(PORTDIR)
108 mkdir $(PORTDIR)
110 cat bundle.ports | (cd $(PORTDIR) && awk '$$1=="---" && $$3=="---" { ofile=$$2; next} {if(ofile) print >ofile}')
111 (cd $(PORTDIR); make makesum)
112 (cd $(PORTDIR); make)
113 (cd $(PORTDIR); /usr/local/bin/portlint)
114 rm -rf $(PORTDIR)/work
115 shar `find $(PORTDIR)` > ports.shar
116 (cd $(PORTDIR); ta
[all...]

Completed in 244 milliseconds