| Summary: | make DEPENDS_CLEAN=yes reinstall | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | takamune <takamune> | ||||
| Component: | Individual Port(s) | Assignee: | Satoshi Asami <asami> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->asami bsd.port.mk is asami's baby. State Changed From-To: open->closed Thanks, will commit! |
/usr/ports/../Makefile.inc has the next line: DEPENDS_CLEAN= yes Then "make reinstall" will break. Fix: Please quate ${DEPENDS_TARGET} in ports/Mk/bsd.port.mk. How-To-Repeat: % cd /usr/ports/japanese/ndtpd % make install deinstall (snip) ===> Registering installation for ja-ndtpd-2.3.3 ===> Deinstalling for ja-ndtpd-2.3.3 % make reinstall clean: not found *** Error code 127 % make -n reinstall /bin/rm -f /usr/ports/japanese/ndtpd/work/.install_done /usr/ports/japanese/ndtpd/work/.package_done DEPENDS_TARGET=reinstall clean make install