代碼: |
cd /usr/ports/editors/joe/ make fetch |
代碼: |
cd /usr/ports/systuils/portupgrade/ make fetch-recursive |
代碼: |
cd /usr/ports/ make fetch |
代碼: |
cd /usr/ports/ftp/ make fetch |
代碼: |
cd /usr/ports/editors/joe/ make extract |
代碼: |
cd /usr/ports/editors/joe/ make patch |
代碼: |
cd /usr/ports/editors/joe/ make install |
代碼: |
cd /usr/ports/editors/joe/ #make clean |
代碼: |
cd /usr/ports/ #make clean |
代碼: |
cd /usr/ports/editors/joe/ #make package |
代碼: |
mkdir -p /usr/ports/packages/All/ |
代碼: |
cd /usr/ports/editors/joe/ make package clean |
代碼: |
cd /usr/ports/sysutils/portupgrade/ make DEPENDS_TARGET=package package |
代碼: |
cd /var/db/pkg/ pkg_create -b joe-{版本號} |
代碼: |
cd /usr/ports/editors/joe/ make clean |
代碼: |
cd /usr/ports/ make clean |
代碼: |
cd /usr/ports/ftp/ make clean |
代碼: |
cd /usr/ports/editors/joe/ make distclean |
代碼: |
cd /usr/ports/ make distclean |
代碼: |
cd /usr/ports/ftp/ make distclean |
代碼: |
cd /usr/ports/mail/p5-Mail-SpamAssassin/ make all-depends-list #顯示所有相關的套件 make pretty-print-build-depends-list #顯示編譯期間所需要的套件 make pretty-print-run-depends-list #顯示此套件要執行時所需要的套件 |
代碼: |
cd /usr/ports/editors/joe/ make deinstall |
代碼: |
cd /var/db/pkg/ pkg_delete joe-{version} |
代碼: |
cd /var/db/pkg/ pkg_delete -f joe-{version} |