*** old-current/ports/pbasic/Makefile Thu May 29 21:42:18 2014 --- new-current/ports/pbasic/Makefile Thu May 29 22:02:06 2014 *************** *** 24,36 **** ${WRKSRC}/freebsd/makefile ${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile - NO_STAGE= yes do-configure: -cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \ pdp11 cursor/cursor.dos cursor/cursor.ukc do-install: ! ${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic ! ${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1 .include --- 24,35 ---- ${WRKSRC}/freebsd/makefile ${ECHO_CMD} '.PHONY: $$(SYSTEMS)' >>${WRKSRC}/makefile do-configure: -cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \ pdp11 cursor/cursor.dos cursor/cursor.ukc do-install: ! ${INSTALL_PROGRAM} ${WRKSRC}/basic ${STAGEDIR}${PREFIX}/bin/pbasic ! ${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${STAGEDIR}${PREFIX}/man/man1/pbasic.1 .include