Searched refs:PORTDIR (Results 1 – 1 of 1) sorted by relevance
103 PORTDIR=/usr/ports/$(PORTPLACE) macro107 rm -rf $(PORTDIR)108 mkdir $(PORTDIR)110 …cat bundle.ports | (cd $(PORTDIR) && awk '$$1=="---" && $$3=="---" { ofile=$$2; next} {if(ofile) p…111 (cd $(PORTDIR); make makesum)112 (cd $(PORTDIR); make)113 (cd $(PORTDIR); /usr/local/bin/portlint)114 rm -rf $(PORTDIR)/work115 shar `find $(PORTDIR)` > ports.shar116 (cd $(PORTDIR); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz