In memory of AlanE: - Update to 0.2.3 - Add dependency on textproc/xmlto (submitted separately) to create documentation - Reword/clarify COMMENT and pkg-descr - Cleanup Makefile - Use DATADIR/DOCSDIR macros in pkg-plist - Adopt this orphan Removed file: - files/patch-configure_start.sh Added file: - files/patch-main.mk
Responsible Changed From-To: freebsd-ports-bugs->naddy I'll handle this.
devel/makeplus port should also run-time depend on GNU make: --- Makefile.orig Sun Jun 29 20:57:02 2003 +++ Makefile Sat Jun 21 20:45:34 2003 @@ -14,6 +14,7 @@ COMMENT= Advanced build system for GNU Make BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto +RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake USE_GMAKE= yes USE_REINPLACE= yes
State Changed From-To: open->closed Committed, thanks!