Home | History | Annotate | Download | only in libutf

Lines Matching full:portdir

103 PORTDIR=/usr/ports/$(PORTPLACE)
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); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tgz